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
74797d04cd
commit
8ba61f3312
@ -358,8 +358,6 @@ begin
|
|||||||
aJsonSafety4D := TJSONObject.Create;
|
aJsonSafety4D := TJSONObject.Create;
|
||||||
try
|
try
|
||||||
TSafety4D.New.getConfig(aJsonSafety4D);
|
TSafety4D.New.getConfig(aJsonSafety4D);
|
||||||
|
|
||||||
Memo1.Lines.Clear;
|
|
||||||
Memo1.Lines.Add(aJsonSafety4D.Format);
|
Memo1.Lines.Add(aJsonSafety4D.Format);
|
||||||
finally
|
finally
|
||||||
aJsonSafety4D.Free;
|
aJsonSafety4D.Free;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user