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

Base class for Vista or later Windows operating system style file open dialogs.

This class extends TCustomFileDialog. File open dialogs extend this base class for Microsoft Windows Vista or later Windows operating system style file open dialogs. This is a wrapper class for the Windows Vista CLSID_FileOpenDialog and implements the IFileOpenDialog interface.

See Also