Skip to main content

TdxRichEditBehaviorOptions.Open Property

Specifies the availability of the end-user document loading functionality.

Declaration

property Open: TdxDocumentCapability read; write; default TdxDocumentCapability.Default;

Property Value

Type Default
TdxDocumentCapability Default

Remarks

The Open property value affects:

  • The appearance and functionality of UI elements linked to a TdxRichEditControlLoadDocument action object;

  • The Ctrl+O key combination (the equivalent of the LoadDocument command) availability. Pressing this key combination has no effect if the corresponding command (action object) is not available.

For detailed information on available Open property values, refer to the TdxDocumentCapability type description.

The default value of the Open property is TdxDocumentCapability.Default.

Note

The Open property has no effect on the Rich Edit control’s LoadDocument and LoadDocumentTemplate procedures.

See Also