ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HDescribeItem (Example)
Usage example of the HDescribeItem function
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....
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.
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......
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.
iListNestedReports (Function)
Returns: the list of nested reports currently printed (reports run by iPrintReport in one of the processes of the report currently printed). the list of sequenced reports currently printed (iSequenceAdd)....
Today (Function)
Returns or modifies the system date (current date defined on the current computer).
FTPCurrentDir (Function)
Identifies or modifies the current directory on an FTP server (File Transfer Protocol).
HAlias (Example)
Usage example of the HAlias function
HForward (Example)
Usage example of the HForward function
ProjectInfo (Function)
Returns specific information about the project currently run.
HSetPosition (Example)
Usage example of the HSetPosition function