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

Returns the TDBXValueType for the given index.

The GetValueType method is used to return the TDBXValueType for the given index specified through the Ordinal parameter.

See Also