[Overview][Types][Classes][Index] |
Number of hash items stored in the List property.
Source position: stringhashlist.pas line 68
public property TStringHashList.Count : Integer |
Count is a read-only Integer property which contains the number of hash items stored in List. The value is maintained when the Add, Insert, Remove, Delete, or Clear methods are called.
Count establishes the upper limit for indexed access to values in the List property; index values must be in the range 0..Count-1.
Version 4.0 | Generated 2025-05-03 | Home |