API:Vcl.Controls.TImageList.Create

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* TCustomImageList.Create */ inline __fastcall virtual TImageList(System::Classes::TComponent* AOwner) : TDragImageList(AOwner) { }
/* TCustomImageList.CreateSize */ inline __fastcall TImageList(int AWidth, int AHeight) : TDragImageList(AWidth, AHeight) { }

Properties

Type Visibility Source Unit Parent
constructor public Vcl.Controls.hpp Vcl.Controls TImageList

Description

Embarcadero Technologies does not currently have any additional information.