ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
TableCollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
SysDirExternalStorage (Function)
Returns the path of the directory that will be used to store files in the external storage space of the Android device.
NetworkConnect (Function)
Associates a drive with a shared network directory.
CheckSpell (Property)
The CheckSpell property is used to enable or disable the automatic spelling checker.
Break in a report
The break is used to group the records corresponding to a sort criterion......
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
String of (Variable type)
The String of type is used to manipulate fixed-length strings. These strings have a null character at the end, denoted by a zero (as in the C programming language).
TableCollapse (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break that was previously expanded in a Table control. a detailed window displayed for a row....
Developing an iOS 14 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc....
CookieRead (Function)
Retrieves the value of a cookie saved on the computer of Web user.
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
Library,Disk (External language)
Opens the project library that is stored on disk.
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
grDeleteAll (Function)
Erases a chart and destroys this chart.
HNext (Function)
Sets the position on the next data file record according to a browse item.
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.