mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-15 07:45:54 +01:00
Delphi 10.2 Tokyo Compatibility
This commit is contained in:
parent
b89b2727a9
commit
8a6bd1c308
@ -261,8 +261,7 @@ begin
|
||||
end;
|
||||
|
||||
Result := nil;
|
||||
var s := aJSONRPCObject.AsJSONString;
|
||||
lSS := TStringStream.Create(s, TEncoding.UTF8);
|
||||
lSS := TStringStream.Create(aJSONRPCObject.AsJSONString, TEncoding.UTF8);
|
||||
try
|
||||
lSS.Position := 0;
|
||||
if Assigned(fOnSendCommand) then
|
||||
|
Loading…
Reference in New Issue
Block a user