Vcl.ExtActns.TRichEditBullets.UpdateTarget

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateTarget(Target: TObject); override;

C++

virtual void __fastcall UpdateTarget(System::TObject* Target);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ExtActns.pas
Vcl.ExtActns.hpp
Vcl.ExtActns TRichEditBullets

Description

Configures the action, depending on current conditions.

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.

See Also