FMX.Dialogs.TOpenDialog
Delphi
TOpenDialog = class(TCommonDialog)
C++
class PASCALIMPLEMENTATION TOpenDialog : public TCommonDialog
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.Dialogs.pas FMX.Dialogs.hpp |
FMX.Dialogs | FMX.Dialogs |
Description
TOpenDialog is a class used to display a file-selection dialog.
Use TOpenDialog to display a dialog box for selecting and opening files.
When the user clicks the Open button, the dialog closes and the selected files are stored in the Files property.
Note: The dialog does not appear at run time until it is activated by a call to the Execute method.