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:
- The Rich Edit control’s ReadOnly property is set to
False
. - The Rich Edit control’s Options.DocumentCapabilities.FloatingObjects property is set to TdxDocumentCapability.Default or TdxDocumentCapability.Enabled.
- A floating object is currently selected.
- The selection is not located within a floating object (for instance, the caret or text selection is not located within a text box).
Inheritance
TObject
TPersistent
TComponent
TBasicAction
TContainedAction
TCustomAction
TAction
TdxBasicAction
TdxRichEditControlAction
TdxRichEditControlShowFloatingObjectLayoutOptionsForm
See Also