Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBasicAction.UpdateTarget(TObject) Method

Updates the specified client control associated with the action object.

#Declaration

Delphi
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