Vcl.Dialogs.TCustomFileDialog

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomFileDialog

Delphi

TCustomFileDialog = class(TComponent)

C++

class PASCALIMPLEMENTATION TCustomFileDialog : public System::Classes::TComponent

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.

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