TTMSFNCObjectPersistence.LoadObjectFromString Method
Populates the given object from a JSON string.
API unit family: TMSFNCPersistence
Declaring type: TTMSFNCObjectPersistence
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. |