Vcl.Dialogs.TCustomFileDialog

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomFileDialog

Delphi

TCustomFileDialog = class(TComponent)

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs Vcl.Dialogs

Beschreibung

Abstrakte Klasse für Datei-Dialogfelder im Windows-Stil (Vista oder höhere Versionen).

Datei-Dialogfelder, wie z.B. Öffnen und Speichern, erweitern diese abstrakte Basisklasse für Datei-Dialogfelder im Microsoft Windows-Stil (Vista oder höhere Versionen). Dies ist eine Wrapper-Klasse für allgemeine Windows Vista-Dialogfelder. Sie implementiert das Interface IFileDialog.

Siehe auch