Vcl.Dialogs.TCustomFileDialog.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomFileDialog(System::Classes::TComponent* AOwner);

Eigenschaften

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

Beschreibung

Erstellt und initialisiert eine Instanz.

Diese Methode erstellt und initialisiert eine Instanz von TCustomFileDialog.

Siehe auch