System.JSON.Builders.TJSONIterator.AsInt64
Delphi
property AsInt64: Int64 read GetAsInt64;
C++
__property __int64 AsInt64 = {read=GetAsInt64};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| property | public | System.JSON.Builders.pas System.JSON.Builders.hpp  | 
        System.JSON.Builders | TJSONIterator | 
説明
現在のトークンの64 ビット符号付き整数としての値。
トークンの型が TJsonToken.Integer の場合に、この値プロパティを使用します。
関連項目
- System.JSON.Builders.TJSONIterator.AsBoolean
 - System.JSON.Builders.TJSONIterator.AsBytes
 - System.JSON.Builders.TJSONIterator.AsCodeWScope
 - System.JSON.Builders.TJSONIterator.AsDateTime
 - System.JSON.Builders.TJSONIterator.AsDBRef
 - System.JSON.Builders.TJSONIterator.AsDouble
 - System.JSON.Builders.TJSONIterator.AsExtended
 - System.JSON.Builders.TJSONIterator.AsGUID
 - System.JSON.Builders.TJSONIterator.AsOid
 - System.JSON.Builders.TJSONIterator.AsRegEx
 - System.JSON.Builders.TJSONIterator.AsString
 - System.JSON.Builders.TJSONIterator.AsValue
 - System.JSON.Builders.TJSONIterator.AsVariant
 - System.JSON.Builders.TJSONIterator.IsMaxKey
 - System.JSON.Builders.TJSONIterator.IsMinKey
 - System.JSON.Builders.TJSONIterator.IsNull
 - System.JSON.Builders.TJSONIterator.IsUndefined