Data.DBXCommonTable.TDBXTableReader.GetValueType

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Unit: Data.DBXCommonTable
Parent: TDBXTableReader

Delphi

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

C++

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

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