[Lazarus] Class operators

Graeme Geldenhuys graemeg.lists at gmail.com
Tue May 24 08:46:53 CEST 2011


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/





More information about the Lazarus mailing list