Skip to main content

TdxRichEditControlSetFloatingObjectMiddleCenterAlignment Class

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

Declaration

TdxRichEditControlSetFloatingObjectMiddleCenterAlignment = class(
    TdxRichEditControlAction
)

Remarks

This class does not introduce any new public members. Executing a TdxRichEditControlSetFloatingObjectMiddleCenterAlignment action object centers the selected floating object both horizontally and vertically on the document page:

VCL Rich Edit Control: A Set Floating Object Middle-Center Alignment Operation Example

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

See Also