In the source below TAusblendenArray is listed 2 times on the statistics page. One time as record and one time normal but as not documented. TAUsblendenArrayP is also properly listed. So how comes this confusion with the double listing? Could the statistics page maybe also show the line number in () behind the item? So one could check in such cases what it really found? Could help with debugging.
{*------------------------------------------------------------------------------
My description goes here...
@version Letzte Änderung: 19.03.2009
------------------------------------------------------------------------------}
TAusblendenArray = array of record
ID :Integer; /// auszublendendes Attribut
art:Integer; /// my description
end;
{*------------------------------------------------------------------------------
My description goes here
@version Letzte Änderung: 12.09.2008
------------------------------------------------------------------------------}
TAusblendenArrayP = ^TAusblendenArray;
Anonymous
I will verify this point and find a fix.
thx for your submission