API:Vcl.Dialogs.TCustomFileOpenDialog

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Dialogs.TCustomFileDialogSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomFileOpenDialog

Delphi

TCustomFileOpenDialog = class(TCustomFileDialog)

C++

class PASCALIMPLEMENTATION TCustomFileOpenDialog : public TCustomFileDialog

Properties

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

Description

Abstract base class for Vista or later Windows operating systems style file dialogs.

Vcl.Dialogs.TCustomFileOpenDialog inherits from Vcl.Dialogs.TCustomFileDialog. All content below this line refers to Vcl.Dialogs.TCustomFileDialog.

Abstract base class for Vista or later Windows operating systems style file dialogs.

File dialogs, such as open and save, extend this abstract base class for Microsoft Windows Vista or later Windows operating systems style file dialogs. This is a wrapper class for the Windows Vista common item dialog and implements the IFileDialog interface.

See Also