We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a14f4f + 3d6968f commit f9fe7dfCopy full SHA for f9fe7df
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