API:Data.DBXCommonTable.TDBXJSONTableReader.GetValueType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetValueType(const Ordinal: Integer): TDBXValueType; override;

C++

virtual Data::Dbxcommon::TDBXValueType* __fastcall GetValueType(const int Ordinal);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXJSONTableReader

Description

Getter of ValueType.

Data.DBXCommonTable.TDBXJSONTableReader.GetValueType inherits from Data.DBXCommon.TDBXValueList.GetValueType. All content below this line refers to Data.DBXCommon.TDBXValueList.GetValueType.

Getter of ValueType.

See Also