ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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....
InstantMessaging (Type of variable)
The InstantMessaging type is used to define the advanced characteristics of the instant messaging of a contact (Google Talk, Skype, MSN, etc.).
Events associated with the controls of a report
The events associated with the controls of a report are as follows......
Application installation: single-user or network?
WINDEV proposes several types of setup for a WINDEV application......
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
WDAdminHF: Managing a database
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
WDLog: Presentation
The different operations that can be performed with WDLog are as follows......
Hash functions
Hashing is used to summarize a file or a character string......
Help with new features: Informing users about new developments
Applications are constantly evolving......
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
The Looper control: Custom synchronization
How to manage the synchronization between: the page displayed in the browser. This page contains a Looper control that displays the records found in an HFSQL file. the corresponding page context found on the server....
The "Quality Control Center" pane
The "Quality Control Center" pane displays the incidents associated with the selected project......
Events associated with Link controls
List of events associated with Link controls...
The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user....
Universal Windows 10 App applications: Required configuration
To develop Universal Windows 10 App applications with WINDEV or WINDEV Mobile, you must......
ERR_BUTTON_EXPECTED
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
20. Managing suggestions and incidents
Managing suggestions and incidents...
ScreenshotAllowed (Property)
The ScreenshotAllowed property is used to: Determine whether it is possible to take screenshots of a window, Allow or prevent taking screenshots of a window....