Property UserDataLast Updated: 5/12/2009 | |
| Sections above here: Home » Class Reference » TIWTreeView | |
|
Sections below here: Topics in this section: |
Property UserData: TObjectThis is a TObject that you can put any data into. This UserData object is freed with the TreeViewItem. e.g.: type TNodeUserData = class Creating an object of type TNodeUserData TreeNode.UserData := TNodeUserData.Create; Using the data stored the property UserData: procedure TfrmTreeView.TreeViewTreeItemClick(Sender: TObject; ATreeViewItem: TIWTreeViewItem); |
(C) 2002-2009 - Atozed Software Ltd. | |