Ver Mensaje Individual
  #5  
Antiguo 09-02-2006
Chalo78 Chalo78 is offline
Miembro
 
Registrado: ene 2006
Posts: 11
Reputación: 0
Chalo78 Va por buen camino
esta es la parte en donde "creo" estar mandando el texto que necesito al TLabel.
Código Delphi [-]
procedure TForm1.Label1Click(Sender: TObject);
 begin
  Archivo.LoadFromFile('c:\Archivo.log');
  Label1.Caption := campos.CommaText;
 end;
end.
Responder Con Cita