Source position: iffparse.pas line 86
type TCollectionItem = record
ci_Next: PCollectionItem;
ci_Size: LongInt;
ci_Data: Pointer;
end;