Ver Mensaje Individual
  #4  
Antiguo 30-08-2010
Avatar de movorack
[movorack] movorack is offline
Miguel A. Valero
 
Registrado: feb 2007
Ubicación: Bogotá - Colombia
Posts: 1.346
Reputación: 20
movorack Va camino a la famamovorack Va camino a la fama
No es necesario llamar al ActionList... todas las acciones creadas en el action list quedan registradas en el formulario/datamodule...

Código Delphi [-]
  TForm1 = class(TForm)
    ActionList1: TActionList;
    ActnAdd: TAction;
    procedure ActnAddExecute(Sender: TObject);
    procedure FormCreate(Sender: TObject);
  private
    { Private declarations }
  public
    { Public declarations }
  end;

entonces puedo llamarlas directamente.

ActnAdd.Execute
__________________
Buena caza y buen remar... http://mivaler.blogspot.com
Responder Con Cita