TdxSaveFileDialog.ForceFileSystem Property
Specifies if only actual files and folders in the file system can be the Save As dialog’s targets.
Declaration
property ForceFileSystem: Boolean read; write; default False;
Property Value
Type | Default | Description |
---|---|---|
Boolean | False |
|
Remarks
Set the ForceFileSystem
property to True
to prevent the Save As dialog from returning an invalid path through the FileName property.
Default Value
The ForceFileSystem
property’s default value is False
.
See Also