Data.DBXCommon.TDBXValueList.ValueType
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXValueList |
Delphi
property ValueType[const Ordinal: TInt32]: TDBXValueType read GetValueType;
C++
__property TDBXValueType* ValueType[const Data::Dbxplatform::TInt32 Ordinal] = {read=GetValueType};
Description
Returns the instance of TDBXValueType with index Ordinal
.