TdxRichEditBehaviorOptions.Save Property
Specifies the availability of the end-user document saving functionality.
Declaration
property Save: TdxDocumentCapability read; write; default TdxDocumentCapability.Default;
Property Value
Type | Default |
---|---|
TdxDocumentCapability | Default |
Remarks
The Save property value affects:
The appearance and functionality of UI elements linked to a TdxRichEditControlSaveDocument action object;
The Ctrl+S key combination (the equivalent of the SaveDocument command) availability. Pressing the key combination has no effect if the corresponding command (action object) is not available.
For detailed information on available Save property values, refer to the TdxDocumentCapability type description.
The default value of the Save property is TdxDocumentCapability.Default.
Note
The Save property has no effect on the Rich Edit control’s SaveDocument procedure.
See Also