Do you have access to Form1 instance?

Ex:

Unit unit2;
...

Type 
  Form2 = class(TForm)
  ...
  End;

Implementation
Uses unit1;
...

Procedure ...
Begin
  ...
  Form1.Edit1.SelText := SomeVariable;
  ...
End;

-----Mensaje original-----
De: 12 12 [mailto:[EMAIL PROTECTED] 
Enviado el: Jueves, 01 de Noviembre de 2007 08:04 a.m.
Para: lazarus@miraclec.com
Asunto: [lazarus] Emulate keyboard input like Windows "Screen Keyboard"

Is there any cross-platform way to implement subj?
Suppose I need from Form2 to add some letter into TEdit which placed on 
Form1.
Except of WinAPI's SendInput.


--
12 12 aka skywriter

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to