Data.DBXCommonTable.TDBXJSONTableReader.GetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetValue(const Ordinal: Integer): TDBXValue; override;

C++

virtual Data::Dbxcommon::TDBXValue* __fastcall GetValue(const int Ordinal);

Properties

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

Description

Returns the TDBXValue for the given index.

The GetValue method is used to return the TDBXValue for the given index specified through the Ordinal parameter.

See Also