Vcl.ImgList.TCustomImageList.GetCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCount: Integer; override;

C++

virtual int __fastcall GetCount(void);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ImgList.pas
Vcl.ImgList.hpp
Vcl.ImgList TCustomImageList

Description

Indicates the number of images in the image list.

Use GetCount when iterating through the images in the image list. Retrieve the individual images using the GetBitmap method. Draw individual images using the Draw method.

See Also

Code Examples