ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Options displayed in a status bar with multiple cells
In the status bar description window, you can specify the options that will appear in each cell of the status bar......
StatusBarDeleteCell (Function)
Deletes a cell from the status bar of the current window.
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
Image control in a window
This help page presents the characteristics of an Image control found in a window...
GPSGetPosition (Function)
Retrieves information about the current device position.
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
How to create a patch?
Status bar of windows
The status bar of a window is used to display several types of information......
DriveListeDirectory (Function)
Lists the directories of an Drive.
DriveListeFile (Function)
Lists files in an Drive directory.
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
CaptchaDisplay (Function)
Displays a new Captcha in a Captcha control.
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......