Data.DBXPlatform.TDBXArrayList.Values

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

Delphi

property Values[Index: Integer]: TObject read GetValue write SetValue; default;

C++

__property System::TObject* Values[int Index] = {read=GetValue, write=SetValue/*, default*/};

プロパティ

種類 可視性 ソース ユニット
property public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXArrayList

説明

TDBXArrayList にある特定の値を指定します。

Values プロパティを使用すると、TDBXArrayListIndex 番目の位置に格納されたオブジェクトを取得できます。

関連項目