ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
The tables in a report
In a report, a table includes a set of controls called "Table cells"......
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
6. HFSQL Client/Server cluster
Project Management Hub: Management of incidents
The Project Management Hub allows you to keep a history of the incidents encountered in your applications......
6. HFSQL Client/Server clusters
Charact (Function)
Returns the character corresponding to the specified ASCII code.
Combo Box and List Box controls: Automatic features (AAF)
The List Box and Combo Box controls can benefit from several AAFs......
Remote check: Customizing with a procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......
CaptionHTML (Property)
The CaptionHTML property is used to handle text as HTML code.
12. Control templates
...Control templates...
Setup directory
The setup wizard allows you to configure the setup directory of application....
Deploying the application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll in the iOS Developer Program....
Native Informix Connector: Specific features and remarks
Remarks and specific features of Native Informix Connector...
<Camera>.StopDecoding (Function)
Stops decoding a bar code in a Camera control.
InWebSocketServerMode (Function)
Indicates if the current code is being executed on the WebSocket server.
HTMLEditorExecuteJS (Function)
Executes JavaScript code in an HTML Editor control.
<HTML editor>.ExecuteJS (Function)
Executes JavaScript code in an HTML Editor control.
Configuring the connection with WDORAINS (optional setting)
For backward compatibility with the earlier versions of Native Oracle Connector (also called Native Oracle Access), the connection can still be configured in WDORAINS (supplied with Native Oracle Connector)......
Obtaining an SSL certificate for IIS2 (2.0 or later)
The "Debugger" pane
The "Debugger" pane displays the debugger options when debugging the project or a project element ("Debugger" option)......
ERR_CLOSED_PAGE
4. WINDEV and telephony
WINDEV allows you to easily manage incoming and outgoing phone calls via the WLanguage phone functions....
Sensor functions
The following functions are used to manage the compass and the accelerometer in an application run on a mobile device (phone or tablet)....
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....