Return the current value of the enumerator.
Source position: fpjson.pp line 118
public function TBaseJSONEnumerator.GetCurrent: TJSONEnum; virtual; abstract; |
Current TJSONEnum value.
GetCurrent returns the current value of the enumerator. This is a TJSONEnum value.
|
JSON enumerator loop variable type. |