Save file dialogOpens a standard save file dialog that allows users to select filename to be saved. Description Optionally, you may add comments here describing the purpose of this element.
Initial folder Specify the folder as the initial folder for the dialog box.
Variable name The name of the variable the selected filename will be written to. If a user cancels the dialog, the variable is empty.
myvalue
Caption The custom title of the dialog box.
Filter You can specify file extensions you want the dialog box to display only.
Bitmap files(*.bmp)\*.bmp
All files(*.*)\*.*
|