TdxRichEditControlOptionsBase.DocumentCapabilities Property
In This Article
Provides access to the settings that determine the availability of many end-user commands provided by the Rich Edit control.
#Declaration
Delphi
property DocumentCapabilities: TdxDocumentCapabilitiesOptions read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
Use this property to specify which document-related features are available to end-users.
Refer to the TdxDocumentCapabilitiesOptions class description for information on available options.
See Also