Back to Devexpress

TdxRichEditControlSetSectionThreeColumns Class

vcl-dxrichedit-dot-actions-10f95826.md

latest2.9 KB
Original Source

TdxRichEditControlSetSectionThreeColumns Class

An action object that corresponds to the SetSectionThreeColumns command provided by the Rich Edit control.

Declaration

delphi
TdxRichEditControlSetSectionThreeColumns = class(
    TdxRichEditControlAction
)

Remarks

This class does not introduce any new public members. Executing a TdxRichEditControlSetSectionThreeColumns action object arranges the content of the current document section (i.e., the section in which the caret or text selection is located) into three identical columns:

UI elements linked to a TdxRichEditControlSetSectionThreeColumns action object are enabled only if the following conditions are met:

Inheritance

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlSetSectionThreeColumns

See Also

TdxRichEditControlSetSectionOneColumn Class

TdxRichEditControlSetSectionTwoColumns Class

TdxRichEditControlSetSectionThreeColumns Members

dxRichEdit.Actions Unit