| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Return the current value of the enumerator
Source position: fpjson.pp line 101
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  |