Daniele Teti 2021-07-28 10:39:54 +02:00
parent 10444c9714
commit c8e8a007f2

View File

@ -163,7 +163,7 @@ begin
LJaMethods := LJoResp.O[lControllerClassName].A['actions']; // TJSONArray.Create;
// LJoControllerInfo.AddPair('actions', LJaMethods);
LMethods := LRttiType.GetDeclaredMethods;
LMethods := LRttiType.GetMethods;
for LMethod in LMethods do
begin
LFoundAttrib := False;