Data.Win.ADODB.TParameters.Items

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

Delphi

property Items[Index: Integer]: TParameter read GetItem write SetItem; default;

C++

__property TParameter* Items[int Index] = {read=GetItem, write=SetItem/*, default*/};

プロパティ

種類 可視性 ソース ユニット
property public
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Data.Win.ADODB TParameters

説明

パラメータのコレクションを格納します。

Items は,TParameter オブジェクトのコレクションです。コレクション内の各 TParameter オブジェクトは固有のパラメータを表します。Items を使用すると,特定のパラメータにアクセスできます。

Index パラメータは,アクセスの対象となる特定のパラメータを示します。Index は,パラメータのコレクション内におけるパラメータの位置を 0 から Count - 1 までの範囲で示します。

関連項目