ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
ErrorWithTimeoutAsynchronous (Function)
Displays a custom error message in a non-blocking system error window for a given amount of time.
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
<btleDevice variable>.GetAllServices (Function)
Retrieves all the services corresponding to a UUID.
StatusBarAddCell (Function)
Adds a new cell to the status bar of the current window.
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
InfoWithTimeoutAsynchronous (Function)
Displays a custom message in a non-blocking system information window for a given amount of time.
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......
BTLEGetAllServices (Function)
Retrieves all the services corresponding to a UUID.
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......
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
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......
API (Function)
Runs a function found in an external DLL.
StatusBarDeleteCell (Function)
Deletes a cell from the status bar of the current window.
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......
GPSGetPosition (Function)
Retrieves information about the current device position.
DriveListeDirectory (Function)
Lists the directories of an Drive.
DriveListeFile (Function)
Lists files in an Drive directory.
Status bar of windows
The status bar of a window is used to display several types of information......
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
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......
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
CaptchaDisplay (Function)
Displays a new Captcha in a Captcha control.
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......