[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Executes the action on the Target object
Source position: classesh.inc line 1917
public procedure TBasicAction.ExecuteTarget( |
Target: TObject |
); virtual; |
ExecuteTarget performs the action on the Target object. In TBasicAction this method does nothing. Descendant classes should implement the action to be performed. For instance an action to post data in a dataset could call the Post method of the dataset.
An application programmer should never call ExecuteTarget directly.
|
Determines whether Target can be handled by this action |
|
|
Executes the action on the Target object |
|
|
Triggers the OnExecute event |