TTMSFNCObjectHelper.LoadFromJSONStream Method
Reads JSON data from the specified stream and populates the object properties.
API unit family: TMSFNCTypes
Declaring type: TTMSFNCObjectHelper
Syntax
procedure LoadFromJSONStream(const AStream: TStream);
Parameters
| Name | Description |
|---|---|
AStream |
The stream to read the JSON data from. |