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

TdxRichEditControlSetPortraitPageOrientation Class

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

Declaration

TdxRichEditControlSetPortraitPageOrientation = class(
    TdxRichEditControlAction
)

Remarks

This class does not introduce any new public members. Executing a TdxRichEditControlSetPortraitPageOrientation command applies the portrait page orientation to all pages in the current document section.

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

To localize the caption and hint displayed by UI elements linked to a TdxRichEditControlSetPortraitPageOrientation action object, use the sdxRichEditCommandSetPortraitPageOrientationMenuCaption and sdxRichEditCommandSetPortraitPageOrientationDescription resource strings, respectively.

See Also