Vcl.Dialogs.TOpenDialog

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Dialogs.TCommonDialogSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTOpenDialog

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


Code Examples