Creates a new node in the linked list and sets its Item property to the input object.
Add returns the node created.
Namespace: GLists
Delphi
|
public
function Add( AnObject: TObject ): TSQNode;
|
Parameters
AnObject
Type: TObject
Return Value
Type: TSQNode