ExtActns.TRichEditUnderline
Contents |
Delphi Information
From ExtActns.pas
TRichEditUnderline = class(TRichEditAction)
Unit: ExtActns
Type: class
Inherited Class Members: ExtActns.TRichEditUnderline Members
C++ Information
From ExtActns.hpp
TRichEditUnderline = class(TRichEditAction)
Unit: ExtActns
Type: class
Inherited Class Members: ExtActns.TRichEditUnderline Members
Class Constructors & Destructors: ExtActns.TRichEditUnderline Constructors
Description
TRichEditUnderline toggles the underline attribute of the currently selected text in a rich edit control.
Add TRichEditUnderline to an action list to let users control whether the selected text in a rich edit control is underlined. Controls such as menu items and tool buttons linked to this action cause the application to toggle the underline attribute of selected text (or of all text if there is no text selected).
TRichEditUnderline 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 to indicate whether the target control's text is underlined.