mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 09:59:09 +02:00
codetools: code completion compiler function Ord
git-svn-id: trunk@46961 -
This commit is contained in:
parent
eb43af9a27
commit
2daf3e1e32
@ -8283,7 +8283,8 @@ begin
|
|||||||
DebugLn('NOTE: unimplemented Low(type) type=',ParamNode.DescAsString);
|
DebugLn('NOTE: unimplemented Low(type) type=',ParamNode.DescAsString);
|
||||||
end;
|
end;
|
||||||
end
|
end
|
||||||
else if (CompareIdentifiers(IdentPos,'LENGTH')=0) then
|
else if (CompareIdentifiers(IdentPos,'LENGTH')=0)
|
||||||
|
or (CompareIdentifiers(IdentPos,'ORD')=0) then
|
||||||
begin
|
begin
|
||||||
if ParamList.Count<>1 then exit;
|
if ParamList.Count<>1 then exit;
|
||||||
Result.Desc:=xtConstOrdInteger;
|
Result.Desc:=xtConstOrdInteger;
|
||||||
|
Loading…
Reference in New Issue
Block a user