TTMSFNCTreeViewData.SetNodeTextValues Method
Sets the cell text for all columns of a node at once.
API unit family: TMSFNCTreeViewData
Declaring type: TTMSFNCTreeViewData
Syntax
procedure SetNodeTextValues(ANode: TTMSFNCTreeViewNode; ATextValues: TTMSFNCTreeViewNodeTextValues); virtual;
Parameters
| Name | Description |
|---|---|
ANode |
The node to update. |
ATextValues |
Array of text values, one per column. |