Ver Mensaje Individual
  #1  
Antiguo 07-12-2011
leandro085 leandro085 is offline
Miembro
 
Registrado: feb 2008
Posts: 19
Reputación: 0
leandro085 Va por buen camino
Post procedimiento para habilitar o inhabilitar botones

hola como están

quisiera saber si existe alguna forma de armar un procedimiento para habilitar botones y o des-habilitar botones.
porque lo intento de hacer de esta forma pero no me reconoce los botones.

Código Delphi [-]
procedure habilitar;
begin
  btNuevo.Enabled:=true;
  BtEliminar.Enabled:=true;
  btModificar.Enabled:=true;
  DBNIva.Enabled:=true;
end;
Responder Con Cita