TTMSMCPPersistence.LoadSettingsFromStream Method
Populates the given object from a JSON stream.
API unit family: TMS.MCP.Persistence
Declaring type: TTMSMCPPersistence
Syntax
class procedure LoadSettingsFromStream(AObject: TObject; AStream: TStream);
Parameters
| Name | Description |
|---|---|
AObject |
The object to populate. |
AStream |
The source stream containing the JSON input. |