TcxTreeListNode.AssignValues(Variant[]) Method
Assigns the node’s column values.
Declaration
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 TreeList control (TcxDBTreeList), only call the AssignValues method for the focused node in edit mode.
See Also