API:Data.DBXCommonTable.TDBXTableReader.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 TDBXTableReader

Description

Getter of ValueType.

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

Getter of ValueType.

See Also