ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Using a query with parameters
A query with parameters can be used......
SendKey (Function)
Simulates the keystrokes and the mouse actions.
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
HPrevious (Function)
Sets the position on the previous record of the table according to a browse item.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
zipFindFile (Example)
Usage example of the zipFindFile function
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
zipListFile (Function)
Returns the list of files found in an archive.
dInvertColor (Function)
Inverts the colors: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
TableInputSearch (Function)
Enables input in the search area in the column title of the Table or Treeview Table control.
HOnError (Function)
Customizes the management of HFSQL errors.
zipDeleteFileList (Function)
Deletes a list of files from an archive.
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
Report based on a Scheduler control
A report based on a Scheduler control is used to directly print the information displayed in the Scheduler control......
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
SQLReqExists (Function)
Checks the existence of a query.
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
Color (Property)
The Color property gets or sets the font color of: a Font variable. text displayed in a Static or Calculated control of a report. text displayed in a window control. text displayed in a page control....
PageCurrentLayout (Function)
Returns the index of the current layout: in the current page. in the specified page....
Plane (Property)
The Plane property is used to: Get: the active plane of a window (or report) or the plane to which a control belongs. the active plane of a WEBDEV element. Change: the active plane of a window (or report) or associate a control with another plane. the active plane of a WEBDEV element....
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).
HSL (Function)
Creates a color from its hue, saturation and lightness.
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....