Vcl.ImgList.TCustomImageList.GetCount
Delphi
function GetCount: Integer; override;
C++
virtual int __fastcall GetCount();
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
- TListViewOnColumnClick (Delphi)
- ViewStyleProperty (Delphi)
- D7ComboBox (C++)
- TListViewOnColumnClick (C++)