[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns the component that initiated the action.
Source position: classesh.inc line 1922
public property TBasicAction.ActionComponent : TComponent |
ActionComponent is set to the component that caused the action to execute, e.g. a toolbutton or a menu item. The property is set just before the action executes, and is reset to nil after the action was executed.
|
Triggers the OnExecute event |
|
|
Event triggered when the action executes. |