TTMSFNCTreeViewData.ExpandVirtualNode Method
Expands a virtual node.
API unit family: TMSFNCTreeViewData
Declaring type: TTMSFNCTreeViewData
Syntax
procedure ExpandVirtualNode(ANode: TTMSFNCTreeViewVirtualNode; ARecurse: Boolean = False); virtual;
Parameters
| Name | Description |
|---|---|
ANode |
The virtual node to expand. |
ARecurse |
True expands child nodes recursively; False expands only the specified node. |