Ver Mensaje Individual
  #3  
Antiguo 11-06-2008
Mayacker Mayacker is offline
Registrado
 
Registrado: jun 2008
Posts: 4
Reputación: 0
Mayacker Va por buen camino
Talking

Cita:
Empezado por jhonny Ver Mensaje
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;
 }
Genial me funciono, gracias por tu pronta ayuda
Responder Con Cita