ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
HOpenConnection (Function)
Opens a connection to a specific database.
fTime (Example)
Usage example of the fTime function
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
ServiceInstall (Function)
Installs a Windows service or a Linux daemon according to the information given in the members of the Service variable.
grAddData (Function)
Adds a data into a chart.
TestAddIteration (Function)
Adds an iteration into the current test and gives the values of test parameters for this iteration.
MongoGridFSGetFile (Function)
Retrieves (on the local computer) a file identified by its name and found in a MongoDB file system.
MongoGridFSGetFileByID (Function)
Retrieves (on the local computer) a file identified by its identifier and found in a MongoDB file system.
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
SQLExec (Function)
Names and runs an SQL query.
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
grDestinationControl (Function)
Defines an Image control as destination of a chart.
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
PDFToText (Function)
Extract the text contained in an Document PDF.
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
Date
The Date keyword can correspond to...
<ANSI string>.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....