|
@@ -20584,6 +20584,8 @@ begin
|
|
mtRecord:
|
|
mtRecord:
|
|
// a published record publishes all non private members
|
|
// a published record publishes all non private members
|
|
if P.Visibility in [visPrivate,visStrictPrivate] then
|
|
if P.Visibility in [visPrivate,visStrictPrivate] then
|
|
|
|
+ continue
|
|
|
|
+ else if P.ClassType=TPasConst then
|
|
continue;
|
|
continue;
|
|
end;
|
|
end;
|
|
if not IsElementUsed(P) then continue;
|
|
if not IsElementUsed(P) then continue;
|