Ver Mensaje Individual
  #6  
Antiguo 16-09-2015
gustavosv gustavosv is offline
Miembro
 
Registrado: mar 2008
Posts: 51
Reputación: 17
gustavosv Va por buen camino
me refiero a publicar solo el evento OnClick del botón:
Código Delphi [-]
TNothing = class(TControl)
private
  FPanel: TPanel;
  FBoton: TButton;
public   
  property OnClick; ??? 
end;
Responder Con Cita