ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Table functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Returns the "parent" of an element in a TreeView Table control.
Example
// Parent of current node in the "TVT_RecipeTV" TreeView Table control
Res is int
Res = TVT_RecipeTV.GiveParent()
Syntax
<Result> = <TreeView Table control>.GiveParent([<Row number>])
<Result>: Integer
  • Number of the row of "parent",
  • 0 if the row has no parent,
  • -1 if the row is not found.
<TreeView Table control>: Control name
Name of the TreeView Table control to be used.
<Row number>: Optional integer
Number of the row containing the branch to use. The current row is used if this parameter is not specified.
Component: wd290obj.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/20/2023

Send a report | Local help