TdxCustomRichEditControl.Options Property
In This Article
Provides access to all customizable settings of the Rich Edit control.
#Declaration
Delphi
property Options: TdxRichEditControlOptions read; write;
#Property Value
Type |
---|
Tdx |
#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