System.JSON.BSON.TBsonReader.CurrentElementType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property CurrentElementType: TBsonType read FCurrentElementType;

C++

__property TBsonType CurrentElementType = {read=FCurrentElementType, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.JSON.BSON.pas
System.JSON.BSON.hpp
System.JSON.BSON TBsonReader


Beschreibung

Gibt den BSON-Typ des Werts des aktuellen Tokens an.

Siehe auch