Data.DBXCommon.TDBXValueList.ValueType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ValueType[const Ordinal: TInt32]: TDBXValueType read GetValueType;

C++

__property TDBXValueType* ValueType[const int Ordinal] = {read=GetValueType};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValueList

Description

Returns the instance of TDBXValueType with index Ordinal.

See Also