On 24/05/2011 02:02, Jose Luis wrote: > > What does this mean ?, it was a SpeedButton that triggered the action, > but I received a TAction object.
The SpeedButton triggered the action (eg; acButton.Execute), the Action then triggered the event handler. Possible? Does the SpeedButton in question have it's Action property set? If so, then the SpeedButton's OnClick event handler will not fire. The Action property takes precedence as far as I know. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
