ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
Info (Function)
Displays a custom message in a system information window.
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
Fixed array (Variable type)
A fixed array is an "advanced" type of array...
Managing sockets with WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions allowing you to perform an advanced management of sockets......
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
Properties associated with the tab pane
A tab pane found in a window or in a page can be handled by the following WLanguage properties......
AnimationSetParameter (Function)
Changes one of the animation parameters used for: an animated image (in an Image control), an animated text (in a Static Text control)....
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through table, Looper, List Box, ListView, and Combo Box controls, supercontrols, and reports based on tables. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on tables. Then, the iteration is reinitialized....
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
Abs (Function)
Returns the absolute value: of a numeric value, of a numeric expression (integer or real). of a duration....
zipFileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
XMLChild (Function)
Positions on the first child element of current element.
zipClose (Function)
Closes an archive.
zipSize (Function)
Returns the size of the archive (in ZIP, RAR, CAB, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
iPrint (Function)
Sends the character string passed as parameter to the print buffer.