Data.DBXCommon.TDBXReader.Value

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

Delphi

property Value[const Ordinal: TInt32]: TDBXValue read GetValue; default;
property Value[const Name: string]: TDBXValue read GetValueByName; default;

C++

__property TDBXValue* Value[const int Ordinal] = {read=GetValue/*, default*/};

プロパティ

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


説明

TDBXValueat Ordinal 位置にあるインスタンス。

このプロパティには、現在の行の Ordinal の位置にある、TDBXValue インスタンスが保持されています。

関連項目