We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a14f4f commit 3d6968fCopy full SHA for 3d6968f
2 files changed
Demos/OLE/Main.dfm
@@ -139,6 +139,7 @@ object MainForm: TMainForm
139
OnDragAllowed = Tree2DragAllowed
140
OnDragOver = TreeDragOver
141
OnDragDrop = TreeDragDrop
142
+ OnFreeNode = TreeFreeNode
143
OnGetText = Tree1GetText
144
OnInitNode = TreeInitNode
145
OnNewText = Tree1NewText
@@ -184,6 +185,7 @@ object MainForm: TMainForm
184
185
TreeOptions.SelectionOptions = [toMultiSelect]
186
187
188
189
190
191
0 commit comments