Source position: contnrs.pp line 492
type TObjectIteratorCallback = procedure(
Item: TObject;
const Key: AnsiString;
var Continue: Boolean
);