ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellControls.TJamShellTree.GetNodeAt

Returns the node that is found at the specified position.

Syntax
Pascal
function GetNodeAt(x: Integer; y: Integer): TJamShellTreeNode;
Parameters 
Description 
x: Integer 
Specify the x-coordinate in pixels relative to the top left corner of the tree view.  
y: Integer 
Specify the y-coordinate in pixels relative to the top left corner of the tree view. 

The node at the given position.