* Fix default classname property

This commit is contained in:
Michaël Van Canneyt 2023-03-07 13:48:40 +01:00
parent f9a96e5e63
commit 8dcabc5796

View File

@ -1384,7 +1384,7 @@ end;
class function TCustomJSONRPCDispatcher.ClassNameProperty: String;
begin
Result:='classname'; // Do not localize
Result:='class'; // Do not localize
end;
class function TCustomJSONRPCDispatcher.ParamsProperty: String;