ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Different types of data (Type of variable)
A variable is defined by name and type......
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
ArcTan2 (Function)
Returns the arc tangent 2 of the values passed in parameter.
Referring to an element in a WLanguage event / process
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
HForward (Example)
Usage example of the HForward function
SQLTransaction (Example)
Usage example of the SQLTransaction function
zipChangePath (Example)
Usage example of the zipChangePath function
HCheckStructure (Function)
Defines the mode for comparing data files.
zipSize (Example)
Usage example of the zipSize function
Organizer control properties
Several WLanguage properties can be used on an Organizer control found in a window......
Creating a Pivot Table control
To create a Pivot Table control......
fCopyFile (Example)
Usage example of the fCopyFile function
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
Description of an Organizer control (control of a page)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
MenuAddSeparator (Function)
Adds a new separator in a menu (drop-down or context menu).
HSetPosition (Example)
Usage example of the HSetPosition function
DashResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
DashMoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
HReadSeek (Example)
Usage example of the HReadSeek function
fParentDir (Function)
Returns the path of the parent directory for the specified directory.
SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
Decode (Function)
Decodes a character string that was encoded by Encode.