mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-30 05:49:20 +02:00
codetools: fixed argument name of copy function (bug #10162)
git-svn-id: trunk@12841 -
This commit is contained in:
parent
ad950003af
commit
5b35332b64
@ -915,7 +915,7 @@ var
|
||||
begin
|
||||
if Context.Node.Desc in AllPascalStatements then begin
|
||||
AddCompilerProcedure('SetLength','array of type; NewLength: integer');
|
||||
AddCompilerProcedure('Copy','const s: string; FromPosition, ToPosition: integer');
|
||||
AddCompilerProcedure('Copy','const s: string; FromPosition, Count: integer');
|
||||
AddCompilerProcedure('Write','Args : Arguments');
|
||||
AddCompilerProcedure('WriteLn','Args : Arguments');
|
||||
AddCompilerProcedure('Read','');
|
||||
|
Loading…
Reference in New Issue
Block a user