ExtActns.TRichEditBullets

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From ExtActns.pas

TRichEditBullets = class(TRichEditAction)


Unit: ExtActns

Type: class

Inherited Class Members: ExtActns.TRichEditBullets Members

C++ Information

From ExtActns.hpp

TRichEditBullets = class(TRichEditAction)


Unit: ExtActns

Type: class

Inherited Class Members: ExtActns.TRichEditBullets Members

Class Constructors & Destructors: ExtActns.TRichEditBullets Constructors

Description

TRichEditBullets toggles whether the current paragraph of a rich edit control is bulleted.


Add TRichEditBullets to an action list to let users control whether the current paragraphs in a rich edit control are bulleted. Controls such as menu items and tool buttons linked to this action cause the application to toggle the bulleted attribute of all paragraphs that contain selected text (or the paragraph with the cursor if no text is selected).

TRichEditBullets is designed to work with a rich edit control (TCustomRichEdit descendant) as a target. It automatically disables itself if the active control in a form is not a rich edit control and adds or removes a check mark to indicate whether that control's paragraphs are bulleted.

See Also

Personal tools
Translations
Newest Version