Data.DBXCommon.TDBXValueList.ValueType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValueList


Beschreibung

Gibt die Instanz von TDBXValueType mit dem Index Ordinal zurück.

Siehe auch