[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Executed whenever the Action is changed.
Source position: classesh.inc line 1690
protected procedure TBasicActionLink.Change; virtual; |
Change is executed whenever the action changes. It executes the OnChange handler, if one is assigned.
Component programmers may decide to override the Change procedure in descendent classes to perform aditional actions when the properties of the action changes.
|
Event handler triggered when the action's properties change |
|
|
Calls the OnChange handler. |
lazarus-ccr.sourceforge.net |