Unit 'ComCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TTreeNode.GetHandle

Gets the value for the Handle property.

Declaration

Source position: comctrls.pp line 3067

public function TTreeNode.GetHandle: PtrUInt;

Function result

Value for the property.

Description

GetHandle is a THandle function used to get the value for the Handle property. It is the Handle allocated for the associated TreeView control.

See also

TTreeNode.Handle

  

Handle for the tree view control which owns the TreeNodes container and the tree node.