The FileOpenDialog component implements file open dialog box.
The component is non-visual. After the component is added to the form, use the Active Components panel to work with the component. Select the component and set up required properties in the object inspector. To remove the component from the form, use the corresponding context menu item on the Active Components panel.
The component is initialized via application code.
The component has different properties and methods available in the design mode and in the web form execution mode.
name. Component name.
filter. Filter to limit the list of available files. Specify file formats via comma, which will be available during dialog box work, for example: .txt, .doc, .docx.
The component does not have events.
See also: