System.JSON.BSON.TBsonReader.CurrentElementType

From RAD Studio API Documentation
Revision as of 13:13, 25 January 2016 by AChavesBot (talk | contribs) (RS-74247)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

property CurrentElementType: TBsonType read FCurrentElementType;

C++

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

Properties

Type Visibility Source Unit Parent
property public
System.JSON.BSON.pas
System.JSON.BSON.hpp
System.JSON.BSON TBsonReader

Description

Indicates the BSON type of the value of the current token.

See Also