Navigation: Code Documentation > RSCommon > GLists > Classes
TSQNode Class
Defines the Nodes for a linked list
Notes to Implementers
This class is the base class for nodes in the GLists.TGCustomLinkedList class.
Namespace: GLists
TPersistent GLists.TSQNode GLists.TSQDoubleNode GLists.TSQPriorityNode GLists.TSQStringNode
Delphi
type TSQNode = class( TPersistent ) end;
Name
Description
Item
Item to store at this location in the linked list
Next
Points to the next node in the linked list
Top
Assign(TPersistent)
Represents method Assign(TPersistent).
•GLists.TGLinkedList
•GLists.TGCustomLinkedList
•GLists.TSQDoubleNode
•GLists.TSQStringNode
•GLists.TSQPriorityNode
•GLists