RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRichEditAlignLeft.UpdateTarget Method

Configures the action, depending on current conditions.

Pascal
procedure UpdateTarget(Target: TObject); override;
C++
virtual __fastcall UpdateTarget(TObject * Target);

Do not call the UpdateTarget method. This method is called automatically when the application is idle so that actions can update themselves according to current conditions. 

In TRichEditAlignLeft, UpdateTarget sets Enabled to true and sets the Checked property to true if the text in the current paragraph is left justified. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!