API:Vcl.ExtDlgs.TOpenPictureDialog

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Dialogs.TOpenDialogVcl.Dialogs.TCommonDialogSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTOpenPictureDialog

Delphi

TOpenPictureDialog = class(TOpenDialog)

C++

class PASCALIMPLEMENTATION TOpenPictureDialog : public Vcl::Dialogs::TOpenDialog

Properties

Type Visibility Source Unit Parent
class public
Vcl.ExtDlgs.pas
Vcl.ExtDlgs.hpp
Vcl.ExtDlgs Vcl.ExtDlgs

Description

TOpenDialog displays a file-selection dialog.

Vcl.ExtDlgs.TOpenPictureDialog inherits from Vcl.Dialogs.TOpenDialog. All content below this line refers to Vcl.Dialogs.TOpenDialog.

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