mirror of
https://github.com/CloudDelphi/safety4d.git
synced 2025-12-19 09:53:52 +01:00
Update README.md
This commit is contained in:
parent
24f0e4d8d4
commit
74797d04cd
@ -221,9 +221,7 @@ No segundo grupo todas as <b>Actions</b> estão liberadas, exceto as que estão
|
|||||||
begin
|
begin
|
||||||
aJson := TJSONObject.ParseJSONValue('SEU JSON') as TJsonObject;
|
aJson := TJSONObject.ParseJSONValue('SEU JSON') as TJsonObject;
|
||||||
try
|
try
|
||||||
TSafety4D
|
TSafety4D.New.LoadConfig(aJson);
|
||||||
.New
|
|
||||||
.LoadConfig(aJson);
|
|
||||||
finally
|
finally
|
||||||
aJson.Free;
|
aJson.Free;
|
||||||
end;
|
end;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user