[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Inherit=CommonDialog,FileDialog Info=Prompts the user to open a file [Property] @CheckFileExists=Sets a value indicating whether the dialog box displays a warning if the user specifies a file name that does not exist. ARG(bool)|14|0|True,False @Multiselect=Sets a value indicating whether the dialog box allows multiple files to be selected. ARG(bool)|14|1|True,False @ReadOnlyChecked=Sets a value indicating whether the read-only check box is selected. ARG(bool)|14|1|True,False @ShowReadOnly=Sets a value indicating whether the dialog box contains a read-only check box. ARG(bool)|14|1|True,False [Methods] *doReset=Resets all properties to their default values. ARG()|1|0 *CheckFileExists=Returns a value indicating whether the dialog box displays a warning if the user specifies a file name that does not exist. ARG(bool)|3|104 *Multiselect=Returns a value indicating whether the dialog box allows multiple files to be selected. ARG(bool)|3|104 *OpenFile=Opens the file selected by the user, with read-only permission. The file is specified by the FileName property. ARG(Stream)|3|10 *ReadOnlyChecked=Returns a value indicating whether the read-only check box is selected. ARG(bool)|3|104 *SafeFileName=Returns the file name and extension for the file selected in the dialog box. The file name does not include the path.ARG(string)|3|2 *SafeFileNames=Returns an array of file names and extensions for all the selected files in the dialog box. The file names do not include the path.ARG(string[])|3|13 *ShowReadOnly=Returns a value indicating whether the dialog box contains a read-only check box. ARG(bool)|3|104