[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#rtl)

TBasicAction.ExecuteTarget

Executes the action on the Targetobject

Declaration

Source position: classesh.inc line 1418

public procedure TBasicAction.ExecuteTarget(

  Target: TObject

); virtual;

Description

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.

See also

HandlesTarget

  

Determines whether Targetcan be handled by this action

UpdateTarget

  

Executes the action on the Targetobject

Execute

  

Triggers the OnExecuteevent