Source position: glinkedlist.pp line 53
type TLinkedList.TTraverseFunc = function(
Item: PItem;
ud: pointer
):Boolean;