表示: 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 のインスタンスを保持します。

関連項目

以前のバージョン
他の言語