Ver Mensaje Individual
  #4  
Antiguo 14-08-2012
Avatar de danyfebrero
danyfebrero danyfebrero is offline
Miembro
NULL
 
Registrado: jul 2012
Posts: 38
Reputación: 0
danyfebrero Va por buen camino
entonces para leerlo tendria que hacerlo todo a la inversa? porque declaro la propiedadPlainText := False que funcion cumple?
este sería el codigo de lectura?

Código Delphi [-]
var stream: TStringStream;

begin stream := TStringStream.Create(nodo.text);    try     Richedit.Lines.LoadFromStream(stream);   finally     stream.Free;   end; end;

saludos y gracias
Responder Con Cita