FileOpenDialog

Description

The FileOpenDialog class implements the FileOpenDialog development environment component that is a standard dialog of file opening.

Properties inherited from IFileOpenDialog

  Property name Brief description
The MultiSelect property determines whether the multiple selection of files in the dialog box is possible.
The ReadOnlyChecked property determines the state of the Read-only flag of the dialog.
The ShowReadOnly property indicates whether the flag used to select mode of file opening is displayed in the dialog.

Properties inherited from IFileDialog

  Property name Brief description
CheckFileExists The CheckFileExists property determines the system reaction if user selects nonexistent file.
CheckPathExists The CheckPathExists property determines the system reaction if the user selects a file in the nonexistent catalog.
DefaultExt The DefaultExt property determines the file extension that is used by this component of the dialog by default.
DereferenceLinks The DereferenceLinks property determines a value that the dialog returns when the shortcut is selected.
FileName The FileName property determines a name and path to the directory of the last selected file.
FileNames The FileNames property returns a collection of names and paths to the files, if more than one file is selected.
Filter The Filter property determines filter text to limit list of available files.
FilterIndex The FilterIndex property determines which of the added filters are installed by default when the dialog opens.
InitialDirectory The InitialDirectory property determines a directory that is opened by default during dialog launching.
ShowHelp The ShowHelp property determines whether the Help button is displayed in the dialog box.
Title The Title property determines a title of the dialog box.
ValidateNames The ValidateNames property indicates whether correctness of the file name is checked.

Properties inherited from IComponent

  Property name Brief description
ComponentCount The ComponentCount property returns the number of child components, located on the parent component.
Components The Components property returns child property, the index of which is passed by the input parameter.
Data The Data property is used to store any custom data.
Name The Name property specifies the component name.
Tag The compiler does not use the Tag property. A user can change the value of the Tag property and use it as he wishes.

Properties inherited from IFileDialog

  Method name Brief description
Execute The Execute method initializes a dialog and returns user selection result.

See also:

Forms Assembly Classes