ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Adding a row by specifying the subscript of parent element Hide the details
Subscript of added row, -1 if an error occurred.
Name of TreeView Table control to use. If this parameter corresponds to an empty string (""), the Table control to which the current process belongs will be used.
Subscript of parent row in the hierarchy or NULL constant to insert the row at the root of TreeView Table control (in this case, this function is equivalent to TableAddLine).
Elements of the row to add to the specified treeview Table control. Each element corresponds to a control column. The type of the added element must be compatible with the type of relevant column. If no parameter is specified, an empty row is added into the TreeView Table control.
Adding a row by specifying the parent element Hide the details
Subscript of added row,-1 if an error occurred.
Content of first column of parent element in the TreeView Table control. This parameter has the following format: "<Name of root>" + TAB + ["<Name of 1st node>" + TAB + ...["<Name of 2nd node>" + TAB + [...]]]"<Leaf name>"
Elements of the row to add to the specified treeview Table control. Each element corresponds to a column. The type of the added element must be compatible with the type of relevant column.If no parameter is specified, an empty row is added into the TreeView Table control.
Last update: 03/01/2021
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: