System.ImageList.TBaseImageList.Count
Delphi
property Count: Integer read GetCount;
C++
__property int Count = {read=GetCount, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | System.ImageList.pas System.ImageList.hpp |
System.ImageList | TBaseImageList |
Description
The number of images that are in the list.