IdxTreeOwner.LoadChildren(TdxTreeCustomNode) Method
Adds child nodes to ASender.
Declaration
procedure LoadChildren(ASender: TdxTreeCustomNode);
Parameters
Name | Type |
---|---|
ASender | TdxTreeCustomNode |
Remarks
In the base implementation, the method is called by the node’s LoadChildren method.
ASender specifies the parent node.
See Also