Vcl.Controls.TDragImageList.Create

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.