ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Type (Example)
Usage example of the Type property
WordToArray (Function)
Fills an array with the words from a string.
Crosshair in a chart
In a Line chart, it may be difficult to read the value of axes for a point that is far from these axes......
zipSize (Example)
Usage example of the zipSize function
CDEject (Function)
Opens or closes the door of CD/DVD player selected on the current computer....
fClose (Function)
Closes an external file.
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.
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
EmailRemoveFolder (Function)
Deletes a folder from the Outlook messaging software or from an IMAP server.
Power (Function)
Raise a number to a power.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
HRead (Function)
Reads a record in a file according to a given record number.
iPrintZone (Example)
Usage example of the iPrintZone function
ExtractLine (Function)
Extracts a specific line from a character string.
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
zipMsgError (Function)
Returns the message associated with an error code on an archive.
geoPosition (Type of variable)
The geoPosition type is used to handle geographic positions via WLanguage geolocation functions.
CurrentMonth (Function)
Returns the number of the current month.
HToItem (Function)
Assigns the specified value to an item of the current record.
CalculatedItemExpression (Property)
The CalculatedItemExpression property is used to: Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or through programming. Define the SQL expression returning the value of a calculated item (when describing the item through programming)....
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
HListKey (Example)
Usage example of the HListKey function
FTPDate (Example)
Usage example of the FTPDate function