FindItem returns the node whose Item property equals the input object.
If the item cannot be found, the method returns nil.
Namespace: GLists
Delphi
|
public
function FindItem( AnObject: TObject ): TSQNode;
|
Parameters
AnObject
Type: TObject
Return Value
Type: TSQNode