Source position: iffparse.pas line 133
type tCollectionItem = record
ci_Next: pCollectionItem;
ci_Size: LongInt;
ci_Data: Pointer;
end;