TrvActionFontStrikeout

Properties

<< Click to display table of contents >>

TrvActionFontStrikeout

Properties

TrvActionFontStrikeout – an action that toggles strikethrough for the selected text in the editor.

Unit FMX.RV.Actions;

Syntax

TrvActionFontStrikeout = class (TrvActionFontStyle)

hmtoggle_arrow1Hierarchy

Description

Applying this action toggles strikethrough for the selected text in ControlPanel.Editor.

For the state of this action (Enabled and Checked properties) to be updated according to the contents of the selected text in the editor, the action must be placed in the TActionList component assigned to ControlPanel.ActionList.

Default value of the Image property: TRVButtonImageId.StrikeOut.