TdxCustomRichEditControl.Options Property
Provides access to all customizable settings of the Rich Edit control.
Declaration
property Options: TdxRichEditControlOptions read; write;
Property Value
| Type |
|---|
| TdxRichEditControlOptions |
Remarks
Use this property to customize both the document and control-related settings.
For the full list of available options, refer to the TdxRichEditControlOptions class description.
See Also