TTMSFNCTreeViewVirtualNodeRemoveData Record
Holds the position and parent information of a virtual node that was removed from the tree structure.
API unit family: TMSFNCTreeViewData
Syntax
TTMSFNCTreeViewVirtualNodeRemoveData = record
Fields and properties
| Name | Type | Description |
|---|---|---|
Count |
Integer |
Number of virtual nodes removed, including descendants. |
ParentNode |
Integer |
Internal index of the parent node in the node structure list at the time of removal. |
RowIndex |
Integer |
Row index of the removed node in the visible node list at the time of removal. |