Ver Mensaje Individual
  #4  
Antiguo 07-02-2006
santi33a santi33a is offline
Miembro
 
Registrado: jun 2005
Posts: 208
Reputación: 20
santi33a Va por buen camino
si le pasas los parametros de esta forma:

Código Delphi [-]
SetParam('Color',intToStr(clRed));
SetParam('Size',intToStr(10));

entonces en Rave en el evento OnGetText del componente

Código Delphi [-]
self.color := StrToInt(RaveProject.GetParam('Color'));
self.font.Size := StrToInt(RaveProject.GetParam('Size'));

No lo he probado pero espero funcione

Santiago
Responder Con Cita