[Overview][Types][Classes][Index] |
Sets the value for the Count property.
Source position: objectlists.pas line 62
protected procedure TObjectArray.SetCount( |
const AValue: Integer |
); |
AValue |
|
New value for the property. |
SetCount calls SetCapacity when the new value for the property is larger than the existing value in Capacity.
|
Number of item/object associations currently stored in the List. |
|
|
Specifies the number of associations that can be stored in the List. |
|
|
Sets the value for the Capacity property. |
Version 4.0 | Generated 2025-05-03 | Home |