TdxTreeCustomNode.Assign(TdxTreeCustomNode) Method
Assigns the specified node’s settings to the current node.
Declaration
procedure Assign(ASource: TdxTreeCustomNode); virtual;
Parameters
Name | Type | Description |
---|---|---|
ASource | TdxTreeCustomNode | A source node. |
See Also