Vcl.ExtActns.TRichEditItalic

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ExtActns.TRichEditModifyingActionVcl.ExtActns.TRichEditActionVcl.StdActns.TEditActionVcl.ActnList.TActionVcl.ActnList.TCustomActionSystem.Actions.TContainedActionSystem.Classes.TBasicActionTRichEditItalic

Delphi

TRichEditItalic = class(TRichEditModifyingAction)

C++

class PASCALIMPLEMENTATION TRichEditItalic : public TRichEditModifyingAction

Properties

Type Visibility Source Unit Parent
class public
Vcl.ExtActns.pas
Vcl.ExtActns.hpp
Vcl.ExtActns Vcl.ExtActns

Description

TRichEditItalic toggles the italic attribute of the currently selected text in a rich edit control.

Add TRichEditItalic to an action list to let users control whether the selected text in a rich edit control is italic. Controls such as menu items and tool buttons linked to this action cause the application to toggle the italic attribute of selected text (or of all text if there is no text selected).

TRichEditItalic 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 reflect whether the target control's text is italic.

See Also