ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Power (Function)
Raise a number to a power.
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
Comparison operators
The comparison operators can be divided into several categories......
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
Drawer control properties
List of properties associated with the Drawer control...
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
WordCount (Function)
Returns the number of words in a string.
HTTP constants
List of constants used by the HTTP functions....
zipDeleteAll (Function)
Deletes all files from an archive.
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
The Web Camera control
...The Web Camera control is used to view a file that is refreshed at regular time intervals....
zipExtractFile (Example)
Usage example of the zipExtractFile function
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
Sum (Function)
Calculates the sum of the array elements.
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
Calendar control properties
Several WLanguage properties can be used on the Calendar control found in a window or in a page......
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
EmailReadNext (Example)
Usage example of the EmailReadNext function