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