Skip to main content
A newer version of this page is available. .

TdxBasicAction.UpdateTarget(TObject) Method

Updates the specified client control associated with the action object.

Declaration

procedure UpdateTarget(Target: TObject); override;

Parameters

Name Type
Target TObject

Remarks

Call this procedure to immediately update the control instance passed as the Target parameter if the state of the action object associated with it has changed. The UpdateTarget procedure is particularly useful if a specific linked control does not update automatically in response to the action object state changes.

See Also