Open file(s) dialogOpens a standard open file dialog that allows users to browse and select file(s). 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 file(s) will be written to. If a user cancels the dialog, the variable is empty.
myvalue
Multi selection Check this checkbox on if you want that the user can select some files at once. In this case, the variable is a multi-line text with selected filename in the each line.
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(*.*)\*.*
|