ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HFSQL constants
List of constants used by the HFSQL functions....
docNumberingLevel (Variable type)
The docNumberingLevel type is used to define the advanced characteristics of a numbering level used in a Word Processing document.
Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
API (Function)
Runs a function found in an external DLL.
Simple statements
CursorDisplay (Function)
Displays or hides the mouse cursor.
iLink (Function)
Adds a link to a URL address into the HTML page currently printed.
How to access the help?
WINDEV, WEBDEV and WINDEV Mobile include several methods for accessing the help system at any time......
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
Managing fonts in an iOS or Android project
Android or iOS projects can use custom fonts......
HSynchronizeReplica (Function)
Synchronizes master and subscriber replicas: operations performed on one replica are transferred to the other.
WDInst: installing additional elements
By default, only the files found in the "List of setup files" window are installed on the user computers......
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
LooperInfoXY (Function)
Used to find out the row or control located at specific position in the Looper control (X, Y).
AutomaticErase (Property)
The AutomaticErase property is used to: find out whether an edit control is in "Automatic erase" mode. modify the "Automatic erase" characteristic of an edit control....
InfoWithTimeout (Function)
Displays an information message in a system information window for a set amount of time
Installing WINDEV/WEBDEV/WINDEV Mobile: Complying with the directory standard
The different Windows versions propose standard regarding the location of some files and the use of directories......
IF statement
The conditional IF statement allows you to run an action according to a condition...
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......