ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LOOP statement
The statement block is repeated endlessly...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
HSynchronizeReplica (Example)
Usage example of the HSynchronizeReplica function
Word Processing constants
The following constants are used by the functions for managing the Word Processing control:...
PageDisplay (Function)
Displays a web page in the user's browser....
iLink (Function)
Adds a link to a URL address into the HTML page currently printed.
Custom tooltips
Tooltips are very useful for application users......
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
EmulateConfirm (Function)
Emulates the next call to Confirm and automatically clicks the button passed in parameter.
EmulateOKCancel (Function)
Emulates the next call to OKCancel and automatically clicks the button passed in parameter.
EmulateYesNo (Function)
Emulates the next call to YesNo and automatically clicks the button specified in parameter.
Error 1022: The access to the method of the class is restricted by a protected inheritance
Error 1023: The access to the method of the class is restricted by a private inheritance
Error 1029: The access to the base class is restricted by a protected inheritance
Error 1030: The access to the base class is restricted by a private inheritance
PDFReaderHighlight (Function)
Finds a text in the document displayed by a PDF Reader control and highlights the occurrences of this text in the control.
MapAddImage (Function)
Adds a new image to the map displayed in a Map control.
Compress (Function)
Compresses a string or a memory block (buffer) in binary format.
FTPListFile (Example)
Usage example of the FTPListFile function
HOnError (Example)
Usage example of the HOnError function
BurnerErase (Example)
Usage example of the BurnerErase function
SchedulerAddTrigger (Function)
Creates a trigger for a scheduled task.
rssStream (Type of variable)
The rssStream type is used to handle a RSS stream...
Word Processing control events
WINDEV manages the following events by default......
Permission constants
Renvoie une ou toutes les permissions déclarées par l'application....
Component (Property)
The Component property configures the different components of a composite key.
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).