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