[Overview][Constants][Types][Classes][Index] |
Class of TJSONData
Source position: fpjson.pp line 114
type TJSONDataClass = class of TJSONData; |
TJSONDataClass is used in the CreateJSON, SetJSONInstanceType and GetJSONInstanceType functions to set the actual classes used when creating JSON data.
CreateJSON |
|
Create a JSON data item |
SetJSONInstanceType |
|
JSON factory: Set the JSONData class types to use |
GetJSONInstanceType |
|
JSON factory: Get the JSONData class types to use |