ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Thread>.SendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
ArraySort (Example)
Usage example of the ArraySort function
LDAPListChildren (Example)
Use example for the LDAPListChildren function
GglGetStaticMap (Example)
Usage example of the GglGetStaticMap function
<WDPic variable>.Font (Function)
Declares the font that will be used by dText in a WDPic variable.
<picLayer variable>.Font (Function)
Declares the font that will be used by dText in a picLayer variable.
TestCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
<Table>.MoveLine (Function)
Moves a row or swaps two rows in a Table control.
<Thread variable>.Wait (Function)
Waits for the end of the execution of the specified thread.
<Image>.DrawPoint (Function)
Draws a point in an Image control.
<Image variable>.DrawPoint (Function)
Draws a point in an Image variable.
<Image>.Font (Function)
Declares the font that will be used by dTexte in an Image control.
zipClose (Example)
Usage example of the zipClose function
fTempFile (Example)
Usage example of the fTempFile function
iPrintReport (Example)
Usage example of the iPrintReport function
WDConver : Use in command line mode
Using WDConver in command line mode consists in running a conversion description created and saved with WDConver ("......
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
<DiskFile variable>.Write (Function)
Writes: a character string into an external file. a memory section....
fSelect (Function)
Opens the Windows file picker.
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
<Source>.Add (Function)
Add: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
zipCurrentFile (Example)
Usage example of the zipCurrentFile function
ID (Property)
The ID property is used to get and change IDs.
fExtractPath (Example)
Usage example of the fExtractPath function