ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Line control properties
List of properties associated with the Line control...
<Source>.ExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
WLanguage procedure called by BTStatus
Procedure ("Callback") called by BTStatus when the Bluetooth activation status changes on the device. This procedure can be a local, global or internal procedure.
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
Image control: Operating mode of a clickable image
You can define the click actions of an Image control ("General" tab of the control description window) to make it Clickable Image control......
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
Starting WDOptimizer in a command line
REP files
REP files contain the list of data files handled by the application....
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....
How to backup HFSQL Client/Server databases?
The backup of the HFSQL Client/Server databases can be performed......
Gantt functions (prefix syntax)
The following WLanguage functions are used to manage Gantt charts......
Properties associated with formatted display controls
The formatted display control includes some properties that can be used......
AuthToken (Property)
The AuthToken keyword can correspond to: an AuthToken variable. a property of an httpRequest variable. a property of an emailIMAPSession variable. a property of an emailSMTPSession variable....
Rating control properties
The Rating control can be used in a window as well as in a page....
5. User Groupware in practice
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
Error 104: 'Dynamic' can only be used for the classes and the Automation objects
Error 102: The constants can be defined in the initialization code of project, ...
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
4. HFSQL Classic
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
Keyboard Variable (Using physical keyboards on Android)
The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard......
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
Setup mode
Several methods can be used to distribute a WINDEV application......
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......