Vcl.FileCtrl.TFileListBox.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TFileListBox(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TFileListBox(HWND ParentWindow) : Vcl::Stdctrls::TCustomListBox(ParentWindow) { }

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.FileCtrl.pas
Vcl.FileCtrl.hpp
Vcl.FileCtrl TFileListBox

Beschreibung

Erzeugt eine Instanz von TFileListBox.

Mit Create können Sie zur Laufzeit ein TFileListBox-Objekt erzeugen. Zur Entwurfszeit in ein Formular eingefügte Dateilistenfelder werden automatisch erzeugt.

Siehe auch