Back to Devexpress

TdxRichEditControlSetSectionTwoColumns Class

vcl-dxrichedit-dot-actions-f9e43573.md

latest2.9 KB
Original Source

TdxRichEditControlSetSectionTwoColumns Class

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

Declaration

delphi
TdxRichEditControlSetSectionTwoColumns = class(
    TdxRichEditControlAction
)

Remarks

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

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

Inheritance

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlSetSectionTwoColumns

See Also

TdxRichEditControlSetSectionOneColumn Class

TdxRichEditControlSetSectionThreeColumns Class

TdxRichEditControlSetSectionTwoColumns Members

dxRichEdit.Actions Unit