Unit 'fpjson' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

TBaseJSONEnumerator.GetCurrent

Return the current value of the enumerator.

Declaration

Source position: fpjson.pp line 101

public function TBaseJSONEnumerator.GetCurrent: TJSONEnum; virtual; abstract;

Function result

Current TJSONEnum value.

Description

GetCurrent returns the current value of the enumerator. This is a TJSONEnum value.

See also

TJSONEnum

  

JSON enumerator loop variable type.


Documentation generated on: Jul 24 2023