+ show whether a procdef is far in tprocvardef.GetTypeName

git-svn-id: trunk@38599 -
This commit is contained in:
nickysn 2018-03-22 22:57:34 +00:00
parent b0aeacf61b
commit 7a7e09982b

View File

@ -6530,6 +6530,8 @@ implementation
s := s+' of object';
if is_nested_pd(self) then
s := s+' is nested';
if po_far in procoptions then
s := s+';far';
GetTypeName := s+';'+ProcCallOptionStr[proccalloption]+'>';
end;