ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Timeout (Property)
The Timeout property is used to get and change the maximum wait time before a request times out.
ImageScrollingPosition (Function)
Returns the displayed image.
fReadLine (Example)
Usage example of the fReadLine function
MatInvert (Example)
Usage example of the MatInvert function
dPen (Example)
Usage example of the dPen function
fLongName (Example)
Usage example of the fLongName function
gFontBold (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.
HCancelDeclaration (Function)
Used to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
GanttListTask (Function)
Returns: the list of tasks between two given dates in a Gantt Chart column, all the tasks in a Gantt Chart column, a specific task (selected or hovered)....
TimePicker (Function)
Opens the system time picker.
<Array>.Seek (Function)
Searches for the index of an element in a WLanguage array.
PageLayout (Property)
The PageLayout property sets the layout characteristics of a document.
Position (Function)
Finds the position of a specified string within another string.
iListPrinter (Function)
Returns the list of printers installed on the current computer.
Customizing the User Groupware
WDInst: installing additional elements
By default, only the files found in the "List of setup files" window are installed on the user computers......
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
Constants for managing arrays
List of constants used by the functions for array management....
iPrintXLS (Function)
Prints the current worksheet of a document in "xlsx" or "xls" format.
eCurrencyName (Function)
Returns the caption of a currency.
DatePicker (Function)
Opens the system date picker.
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
ArraySort (Function)
Sorts a WLanguage array.
HMode (Function)
Changes the mode and the method for locking data files.
Using an external component in an application
A component can be reused at any time in any application......