Data.DBXCommon.TDBXValueList.ValueType
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
.