Converter: Convert also function SameStr. For some reason SysUtils does not have it.

git-svn-id: trunk@43789 -
This commit is contained in:
juha 2014-01-25 09:20:18 +00:00
parent f3fb58bd36
commit 8e15025003

View File

@ -622,6 +622,8 @@ begin
AddDefaultCategory(Categ);
AddFunc(Categ, 'Ptr','Pointer($1)' ,'','');
AddFunc(Categ, 'RecreateWnd','RecreateWnd(Self)' ,'LCL', 'Controls');
// SysUtils has AnsiSameStr and SameText but no SameStr.
AddFunc(Categ, 'SameStr','(CompareStr($1,$2) = 0)' ,'', 'SysUtils');
end;
end;