[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sets the action with which the actionlink is associated.
Source position: classesh.inc line 1692
protected procedure TBasicActionLink.SetAction( |
Value: TBasicAction |
); virtual; |
SetAction is the write handler for the Action property. It sets the Action property to it's new value, after unregistering itself with the old action, if there was one.
|
The action to which the link was assigned. |
|
|
Abstract base class for all Actions. |
lazarus-ccr.sourceforge.net |