Vcl.FileCtrl.TFileListBox.Create

From RAD Studio API Documentation
Jump to: navigation, search

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) { }

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.FileCtrl.pas
Vcl.FileCtrl.hpp
Vcl.FileCtrl TFileListBox

Description

Creates an instance of TFileListBox.

Call Create to create a TFileListBox object at runtime. File list boxes placed on a form at design time are created automatically.

See Also