Skip to main content

TdxRichEditControlOptionsBase.DocumentCapabilities Property

Provides access to the settings that determine the availability of many end-user commands provided by the Rich Edit control.

Declaration

property DocumentCapabilities: TdxDocumentCapabilitiesOptions read; write;

Property Value

Type
TdxDocumentCapabilitiesOptions

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