TTMSMCPObjectPersistence.LoadObjectFromString Method
Populates the given object from a JSON string.
API unit family: TMS.MCP.Persistence
Declaring type: TTMSMCPObjectPersistence
Syntax
class procedure LoadObjectFromString(AObject: TObject; AString: string);
Parameters
| Name | Description |
|---|---|
AObject |
The object to populate. |
AString |
The JSON string produced by a previous SaveObjectToString call. |