Ver Mensaje Individual
  #4  
Antiguo 16-04-2014
Avatar de Angel.Matilla
Angel.Matilla Angel.Matilla is offline
Miembro
 
Registrado: ene 2007
Posts: 1.350
Reputación: 19
Angel.Matilla Va por buen camino
Como he dicho antes ha quedado perfecto. Pongo aquí como me ha quedado el código:
Código:
TRichEdit *Rich = new TRichEdit(this);
Rich->Parent    = this;
Rich->Visible   = false;

Rich->Lines->Clear();
Rich->Lines->Add(<El texto que se desee>);

Estilo(Rich, Buscado, <Estilo>);
Form1->QRRichText->ParentRichEdit = Rich;
Form1->QuickRep1->Preview();
<Estilo> es, evidentemente, fsBold, fsUnderline, etc.
Responder Con Cita