[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Executes the action on the Targetobject
Source position: classesh.inc line 1418
public procedure TBasicAction.ExecuteTarget( |
Target: TObject |
); virtual; |
ExecuteTargetperforms the action on the Targetobject. In TBasicActionthis method does nothing. Descendent classes should implement the action to be performed. For instance an action to post data in a dataset could call the Postmethod of the dataset.
An application programmer should never call ExecuteTargetdirectly.
|
Determines whether Targetcan be handled by this action |
|
|
Executes the action on the Targetobject |
|
|
Triggers the OnExecuteevent |