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