ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
<TreeView Table>.ListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
<Table>.Adjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
TreeID (Function)
Used to build the path of the elements found in a TreeView control by differentiating the duplicates.
GanttDeleteTask (Function)
Removes a task from a Gantt Chart column in a Table or TreeView Table control.
GanttDeleteLink (Function)
Removes links from a Gantt Chart column in a Table or TreeView Table control.
<Table>.ToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
<TreeView Table>.AddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
<Gantt chart>.AddTask (Function)
Adds a task in a Gantt Chart column in a Table or TreeView Table control.
<Table>.FilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
JSONToTable (Function)
Populates a Table or TreeView Table control with the contents of a JSON string or variable.
<Table>.fromJSON (Function)
Populates a Table or TreeView Table control with the contents of a JSON string or variable.
How to associate an image with a treeview element?
When fillilng a TreeView control, an image is associated with each element....
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
Managing the Bluetooth keys
Create a new type of application! With no contact between the PC and the mobile device, several processes can be run on the PC by using the data found on the mobile device......
Testing an iOS application on a mobile device
When developing an application for iOS (iPhone or iPad), WINDEV Mobile allows you to test the application being developed without having to recompile it on Mac, but directly on the iPhone or iPad......
BarVisible (Property)
The BarVisible property manages the selection bar on a column of a Table or TreeView Table control.
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...