Ver Mensaje Individual
  #2  
Antiguo 11-06-2008
Avatar de jhonny
jhonny jhonny is offline
Jhonny Suárez
 
Registrado: may 2003
Ubicación: Colombia
Posts: 7.058
Reputación: 30
jhonny Va camino a la famajhonny Va camino a la fama
Prueba lo siguiente y nos cuentas como te va :

Código:
 
Integer i;
 for (i = 0; i < this->ComponentCount; i++) {
  dynamic_cast<TCheckBox*>(Components[i])->Checked = True;
 }
__________________
Lecciones de mi Madre. Tema: modificación del comportamiento, "Pará de actuar como tu padre!"

http://www.purodelphi.com/
http://www.nosolodelphi.com/
Responder Con Cita