ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RandomCryptoInteger (Function)
Returns a random number that can be used with the cryptographic technologies.
grInfoXY (Function)
Returns information about the series found at a specific chart point.
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
<Document variable>.UndoCount (Function)
Returns the number of actions that can be undone in a Document variable.
<Pivot table>.SelectCount (Function)
Returns the number of selected cells in a Pivot Table control.
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
TreeGetIndex (Function)
Returns the index of an element (node or leaf) in a TreeView control.
TreeCount (Function)
Returns the number of elements found in a branch of a TreeView control.
Handle (Function)
Returns the system "Handle" (HWND) of a WINDEV control or window.
The "Project Management Hub" pane
The "Project Management Hub" pane displays the tasks assigned to the current developer......
SysStatusExternalStorage (Function)
Returns the availability status of the external storage space of the device.
NetIPToMAC (Function)
Returns the MAC address corresponding to a given IP address.
ArcTan (Function)
Returns the arc tangent of a numeric value (integer or real).
HListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
RTFToHTML (Function)
Returns the HTML string corresponding to the specified RTF string.
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
Project image gallery
The project image gallery allows viewing all the images of a project in a single click......
CombinationFromValue (Function)
Returns a combination of one or more options known by their associated values.
SysWindowsVersion (Function)
Returns information about the Windows version used on the current computer.
ArcTan2 (Function)
Returns the arc tangent 2 of the values passed in parameter.
The matrices
WINDEV, WINDEV Mobile and WEBDEV propose several functions used to handle matrices......
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......
<WDPic variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
"Long press" optional event
The optional event "Long press/Open context menu" is run during a long press on the controls of a window......