TTMSFNCPersistence.LoadSettingsFromFile Method
Populates the given object from a JSON file.
API unit family: TMSFNCPersistence
Declaring type: TTMSFNCPersistence
Syntax
class procedure LoadSettingsFromFile(AObject: TObject; AFileName: string);
Parameters
| Name | Description |
|---|---|
AObject |
The object to populate. |
AFileName |
The path of the JSON file to read. |