Skip to main content

TdxRichEditBehaviorOptions.SaveAs Property

Specifies the availability of the end-user functionality related to saving a document as a new file.

Declaration

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

Property Value

Type Default
TdxDocumentCapability Default

Remarks

The SaveAs property value affects:

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

  • The F12 key (the equivalent of the SaveDocumentAs command) availability. Pressing the key has no effect if the corresponding command (action object) is not available.

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

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

Note

The SaveAs property has no effect on the Rich Edit control’s SaveDocument procedure.

See Also