Data.DBXPlatform.TDBXArrayList.Count

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

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 にある項目の数を取得できます。

関連項目