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

TdxRichEditControlSetFloatingObjectMiddleLeftAlignment Class

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

Declaration

TdxRichEditControlSetFloatingObjectMiddleLeftAlignment = class(
    TdxRichEditControlAction
)

Remarks

This class does not introduce any new public members. Executing a TdxRichEditControlSetFloatingObjectMiddleLeftAlignment action object positions the selected floating object in the middle left section of the document page:

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

To localize the caption and hint displayed by UI elements linked to a TdxRichEditControlSetFloatingObjectMiddleLeftAlignment action object, use the sdxRichEditCommandSetFloatingObjectMiddleLeftAlignmentMenuCaption and sdxRichEditCommandSetFloatingObjectMiddleLeftAlignmentDescription resource strings, respectively.

See Also