Vcl.Dialogs.TOpenDialog
Delphi
TOpenDialog = class(TCommonDialog)
C++
class PASCALIMPLEMENTATION TOpenDialog : public TCommonDialog
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.Dialogs.pas Vcl.Dialogs.hpp |
Vcl.Dialogs | Vcl.Dialogs |
Description
TOpenDialog displays a file-selection dialog.
TOpenDialog displays a modal Windows dialog box for selecting and opening files. The dialog does not appear at runtime until it is activated by a call to the Execute method. When the user clicks Open, the dialog closes and the selected file or files are stored in the Files property.
See Also