Ver Mensaje Individual
  #2  
Antiguo 06-11-2003
__cadetill __cadetill is offline
Miembro
 
Registrado: may 2003
Posts: 3.387
Reputación: 25
__cadetill Va por buen camino
no entiendo muy bien lo que pretendes, pero.... no te sirve algo así?

Código:
procedure TForm1.Button1Click(Sender: TObject);
var
  str : string;
begin
  str := Edit1.Text;
end;
Osea, puedes acceder al TEdit sin más problemas
Responder Con Cita