Vcl.ExtActns.TRichEditBold.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 TRichEditBold

Description

Sets the Checked property to reflect whether the target control's text is bold.

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.

Target is the currently active object when the action fires.

UpdateTarget sets the Checked property to true if Target is a rich edit control whose selected text is bold, otherwise it sets Checked to false.

See Also