ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<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....
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.).
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
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).
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...
MongoGridFSGetFileByID (Function)
Retrieves (on the local computer) a file identified by its identifier and found in a MongoDB file system.
grClearPict (Function)
Erases the chart drawing (in an Image control or in a window).
xlsAddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
HImportXLS (Function)
Imports an XLS file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
MongoGridFSGetFile (Function)
Retrieves (on the local computer) a file identified by its name and found in a MongoDB file system.
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
ImageState (Property)
The ImageState property gets and sets the number of drawings in: The image associated with a button. The image of the cursor in a slider. The image associated with the button of a sidebar pane. The image associated with the button of a tab pane. The image associated with the Rating control. The image associated with a group in a Ribbon control. The image associated with a menu option....
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
HDescribeItem (Example)
Usage example of the HDescribeItem function
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
grIncreaseData (Function)
Adds a value to a data in a chart.