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