RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRichEditBullets.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 UpdateTarget, UpdateTarget sets Enabled to T true and sets the Checked property to T true if the current paragraph is bulleted or to F false if the current paragraph is not bulleted. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!