ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV and WEBDEV 2024 feature!
Help / WLanguage / WLanguage functions / Controls, pages and windows / TreeView 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
Populates a Table or TreeView Table control with the contents of a JSON string or variable.
Example
// Copy one TreeView Table control to another
s is string
s = TableToJSON(TVT_Orders)
JSONToTable(TVT_Copy, s)
Syntax
JSONToTable(<Table control> , <JSON used>)
<Table control>: Control name
Name of the Table or TreeView Table control used.
<JSON used>: JSON string or variable
  • String with the JSON content corresponding to the contents of the Table or TreeView control.
  • JSON variable corresponding to the contents of the Table or TreeView Table control.
Business / UI classification: UI Code
Component: wd290obj.dll
Minimum version required
  • Version 2024
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 02/22/2024

Send a report | Local help