| 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 folderSpecify the folder as the initial folder for the dialog box. 
 Variable nameThe name of the variable the selected filename will be written to. If a user cancels the dialog, the variable is empty. 
 myvalue 
 CaptionThe custom title of the dialog box. 
 FilterYou can specify file extensions you want the dialog box to display only. 
 Bitmap files(*.bmp)\*.bmp
All files(*.*)\*.*
 |