Navigation: Code Documentation > RSCommon > GLists > Classes > TGDoublyLinkedList > Methods
TGDoublyLinkedList.NewNode Method
Creates a new node. The new node is not added to the linked list.
Namespace: GLists
Delphi
public function NewNode: TSQNode; override;
Return Value
Type: TSQNode
TGCustomLinkedList.NewNode
•TGDoublyLinkedList
•GLists