Skip to main content
A newer version of this page is available. .

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:

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

To localize the caption and hint displayed by UI elements linked to a TdxRichEditControlSetSectionOneColumn action object, use sdxRichEditCommandSetSectionTwoColumnsMenuCaption and sdxRichEditCommandSetSectionTwoColumnsDescription resource strings, respectively.

See Also