TdxRichEditControlOptionsBase.RangePermissions Property
In This Article
Provides access to document range permission settings.
#Declaration
Delphi
property RangePermissions: TdxRangePermissionOptions read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
Use this property to customize the appearance of ranges within a document. Refer to the TdxRangePermissionOptions class description for detailed information on available options.
See Also