表示: Delphi
C++
表示設定
Data.DBXCommon.TDBXReader.Value
提供:XE2 API Documentation
Delphi
property Value[const Ordinal: TInt32]: TDBXValue read GetValue; default; property Value[const Name: UnicodeString]: 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 |
説明
Ordinal 位置にある TDBXValue のインスタンス。
このプロパティは,現在の行の Ordinal 位置にある TDBXValue のインスタンスを保持します。