Data.DBXPlatform.TDBXArrayList.Count
Delphi
property Count: Integer read GetCount;
C++
__property int Count = {read=GetCount, nodefault};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | Data.DBXPlatform.pas Data.DBXPlatform.hpp |
Data.DBXPlatform | TDBXArrayList |
説明
TDBXArrayList にある項目の数を指定します。
Count を読み取ると、TDBXArrayList にある項目の数を取得できます。