mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-27 05:10:19 +02:00
codetools: parameter hints: added SetString for FPC 2.7.1+
git-svn-id: trunk@50034 -
This commit is contained in:
parent
2e77744a8c
commit
28eba57562
@ -2833,6 +2833,8 @@ var
|
||||
AddCompilerProc('Seg','var X','LongInt');
|
||||
AddCompilerProc('SetLength','var S:String;NewLength:Integer');
|
||||
AddCompilerProc('SetLength','var A:Array;NewLength:Integer');
|
||||
if Scanner.Values.IsDefined('FPC_HAS_CPSTRING') then
|
||||
AddCompilerProc('SetString','out S:RawByteString;Buf:PAnsiChar;Len:SizeInt');
|
||||
AddCompilerProc('SizeOf','Identifier','Integer');
|
||||
AddCompilerProc('Slice','var A:Array;Count:Integer','Array');
|
||||
AddCompilerProc('Str','const X[:Width[:Decimals]];var S:String');
|
||||
|
Loading…
Reference in New Issue
Block a user