Data.DBXCommon.TDBXValueList.GetValueType

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

Delphi

function GetValueType(const Ordinal: TInt32): TDBXValueType; virtual;

C++

virtual TDBXValueType* __fastcall GetValueType(const int Ordinal);

プロパティ

種類 可視性 ソース ユニット
function protected
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValueList


説明

ValueType の取得メソッド。

関連項目