Navigation: Code Documentation > RSCommon > GLists > Classes > TGCustomLinkedList > Methods
TGCustomLinkedList.Find(TSQNode) Method
Find returns the Node before ANode i.e., whose Next field points to ANode. If Find returns the Node itself then Node is the Head node
Namespace: GLists
Delphi
public function Find( ANode: TSQNode ): TSQNode; virtual;
Parameters
ANode
Type: TSQNode
•Nead
•TGCustomLinkedList
•GLists