Count: Integer;
The Count property returns the number of tests in the set.
Collection capacity is the number of elements that can be contained in the collection. Property value is the number of elements that is actually contained in the collection.
Capacity always exceeds or equals the property value. If elements are added to the collection, and the property value exceeds the capacity, the capacity automatically increases.
The property use is given in the example for IMsRamseyRessetTestSettings.Power.
See also: