ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fLock (Function)
Entirely or partially locks an external file.
Constants for managing Wi-Fi functions
Constants for managing Wi-Fi functions...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV site.
FTPSize (Function)
Returns the size (in bytes) of a file found on an FTP server (File Transfer Protocol).
XMLDocument (Function)
Creates a new XML document.
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
gLine (Function)
Builds a sequence of characters containing a line.
SysNation (Function)
Returns the nation currently used by the system.
Table control properties
A Table control found in a window or in a page can be handled in WLanguage by the following properties......
Analysis shared between earlier WINDEV applications and WINDEV 2024 applications
An analysis can be shared between a WINDEV application......
Flexbox control description: General tab
In the "General" tab of the Flexbox control description window, you can view and change the options of the different controls integrated into a flexbox container......
SocketCreate (Function)
Creates a socket.
eDefaultMemCurrency (Function)
Identifies or modifies the stored currency used by default.
GeometryCover (Function)
Determines if geometry A covers geometry B.
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
Properties associated with Tab controls
A Tab control found in a window or in a page can be handled by several WLanguage properties......
fWrite (Example)
Usage example of the fWrite function
DnDGetData (Example)
Usage example of the DnDGetData function