Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxTreeListNode.AssignValues(Variant[]) Method

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 TreeList control (TcxDBTreeList), only call the AssignValues method for the focused node in edit mode.

See Also