System.Classes.TCollection.Capacity

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Capacity: Integer read GetCapacity write SetCapacity;

C++

__property int Capacity = {read=GetCapacity, write=SetCapacity, nodefault};

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.Classes.pas
System.Classes.hpp
System.Classes TCollection

Description

Donne accès à la propriété interne TList Capacity.

La propriété Capacity spécifie la taille allouée au tableau de pointeurs géré par l'objet TList.