TcxTreeListNode.AssignValues(Variant[]) Method
In This Article
Assigns the node’s column values.
#Declaration
Delphi
procedure AssignValues(const AValues: array of Variant);
#Parameters
Name | Type |
---|---|
AValues | Variant |
#Remarks
Use the AssignValues method to assign the node’s column values. You can access all the node’s column values via the Values property.
Note
when using a data-aware Tree
See Also