SaveAsDialog Properties |
The SaveAsDialog type exposes the following members.
Name | Description | |
---|---|---|
Caption |
Return or update the title displayed in the dialog window.
(Inherited from StandardFileDialog.) | |
DefExt |
Return or update the default file extension displayed in the dialog window.
(Inherited from StandardFileDialog.) | |
DlgStyle | (Inherited from StandardFileDialog.) | |
FileName |
A string representing the name of the file which the user selected. If the user cancels, the file name is NULL_STRING.
(Inherited from StandardFileDialog.) | |
FilterIndex |
A string representing the index of the effective filter.
(Inherited from StandardFileDialog.) | |
HideReadOnly | (Inherited from StandardFileDialog.) | |
InitialDirectory |
Set the initial directory for the dialog window. The tree control will be initially positioned accordingly.
(Inherited from StandardFileDialog.) | |
ReadOnly |
A logical value indicating that the file's read-only attribute is set.
(Inherited from StandardFileDialog.) |