System.ImageList.TBaseImageList.Count

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Count: Integer read GetCount;

C++

__property int Count = {read=GetCount, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.ImageList.pas
System.ImageList.hpp
System.ImageList TBaseImageList


Beschreibung

Die Anzahl der Bilder, die sich in der Liste befinden.

Siehe auch