System.Classes.TCollection.Capacity

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Capacity: Integer read GetCapacity write SetCapacity;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
System.Classes.pas
System.Classes.hpp
System.Classes TCollection

説明

内部の TList Capacity プロパティにアクセスします。

Capacity プロパティは,TList オブジェクトによって保持されるポインタ配列の割り当てサイズを指定します。この値には,リストに保持する必要があるポインタの数を設定します。