System.Generics.Collections.TDictionary.TKeyCollection.Count
Delphi
property Count: Integer read GetCount;
C++
__property int Count = {read=GetCount, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Generics.Collections.pas System.Generics.Collections.hpp |
System.Generics.Collections | TKeyCollection |
Description
Gives the number of keys in the key collection.
Count is a read-only property that gives the number of keys in the key collection.