Vcl.ControlList.TControlList.Create

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* TCustomControlList.Create */ inline __fastcall virtual TControlList(System::Classes::TComponent* AOwner) : TCustomControlList(AOwner) { }
/* TWinControl.CreateParented */ inline __fastcall TControlList(HWND ParentWindow) : TCustomControlList(ParentWindow) { }

Properties

Type Visibility Source Unit Parent
constructor public Vcl.ControlList.hpp Vcl.ControlList TControlList

Description

Embarcadero Technologies does not currently have any additional information.