Navigation: Code Documentation > RSCommon > GLists > Classes > TGCustomLinkedList > Properties
TGCustomLinkedList.Head Property
Specifies the first node in the linked list.
Namespace: GLists
Delphi
protected property Head: TSQNode read FHead write FHead;
Property Value
Type: TSQNode
•GLists.TGCustomLinkedList.Head
•GLists.TGCustomLinkedList.Item[Integer]
•GLists.TGCustomLinkedList.Next
•GLists.TGCustomLinkedList.Reset
•GLists.TGCustomLinkedList.Node[Integer]
•TGCustomLinkedList
•GLists