Back to Devexpress

TdxRichEditControlSetSectionOneColumn Class

vcl-dxrichedit-dot-actions-4ba79ba4.md

latest2.9 KB
Original Source

TdxRichEditControlSetSectionOneColumn Class

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

Declaration

delphi
TdxRichEditControlSetSectionOneColumn = class(
    TdxRichEditControlAction
)

Remarks

This class does not introduce any new public members. Executing a TdxRichEditControlSetSectionOneColumn action object shapes the content of the current document section (i.e., the section in which the caret or text selection is located) into a single column:

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

Inheritance

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlSetSectionOneColumn

See Also

TdxRichEditControlSetSectionThreeColumns Class

TdxRichEditControlSetSectionTwoColumns Class

TdxRichEditControlSetSectionOneColumn Members

dxRichEdit.Actions Unit