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

TdxRichEditControlShowFloatingObjectLayoutOptionsForm Class

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

Declaration

TdxRichEditControlShowFloatingObjectLayoutOptionsForm = class(
    TdxRichEditControlAction
)

Remarks

This class does not introduce any new public members. Executing a TdxRichEditControlShowFloatingObjectLayoutOptionsForm action object invokes the Layout dialog with the active Text Wrapping tab:

UI elements linked to a TdxRichEditControlShowFloatingObjectLayoutOptionsForm action object are Enabled only if the following conditions are met:

To localize the caption and hint displayed by UI elements linked to a TdxRichEditControlShowFloatingObjectLayoutOptionsForm action object, use the sdxRichEditCommandShowFloatingObjectLayoutOptionsFormMenuCaption and sdxRichEditCommandShowFloatingObjectLayoutOptionsFormDescription resource strings, respectively.

See Also