Skip to main content

TdxRichEditControlSetSectionOneColumn Class

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

Declaration

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:

VCL Rich Edit Control: A One-Columned Document Section

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

See Also