Ver Mensaje Individual
  #5  
Antiguo 31-10-2007
[QuarkBcn] QuarkBcn is offline
Miembro Premium
 
Registrado: abr 2007
Ubicación: Barcelona
Posts: 92
Reputación: 18
QuarkBcn Va por buen camino
Hola de nuevo ... haciendo pruebas, he realizado los siguientes cambios y ahora funciona.


Código Delphi [-]
Código Delphi [-] 
var
x : integer;
begin
For x := 0 To ComponentCount - 1 Do begin
If Components[x] Is TQRlabel Then begin
if TQRlabel(Components[x]).Tag = 1 then 
TQRlabel(Components[x]).Caption :='HOLA';
end;
end;
 
end;








Muchas gracias por tu ayuda !!!

Saludos !!!
__________________
Los árboles no me dejan ver el bosque !!!

Última edición por marcoszorrilla fecha: 31-10-2007 a las 15:04:03.
Responder Con Cita