mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-12 10:19:15 +02:00
Converter: Convert also function SameStr. For some reason SysUtils does not have it.
git-svn-id: trunk@43789 -
This commit is contained in:
parent
f3fb58bd36
commit
8e15025003
@ -622,6 +622,8 @@ begin
|
|||||||
AddDefaultCategory(Categ);
|
AddDefaultCategory(Categ);
|
||||||
AddFunc(Categ, 'Ptr','Pointer($1)' ,'','');
|
AddFunc(Categ, 'Ptr','Pointer($1)' ,'','');
|
||||||
AddFunc(Categ, 'RecreateWnd','RecreateWnd(Self)' ,'LCL', 'Controls');
|
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;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user