System.JSON.BSON.TBsonReader.CurrentElementType

提供: RAD Studio API Documentation
2016年7月25日 (月) 17:00時点におけるYukikoi (トーク | 投稿記録)による版 (1版: LOC-22092)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Delphi

property CurrentElementType: TBsonType read FCurrentElementType;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
System.JSON.BSON.pas
System.JSON.BSON.hpp
System.JSON.BSON TBsonReader


説明

現在のトークンのBSON 型を示します。

関連項目