|
|
|
|
|
JSONToTable (Function) In french: JSONVersTable Populates a Table or TreeView Table control with the contents of a JSON string or variable.
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
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|