ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Bearing (Property)
The Bearing property gets or sets the bearing of the map displayed in a Map control.
Contains (Function)
Allows you to check if a substring is within a string.
dPolygon (Function)
Draws a polygon: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
InTestMode (Function)
Indicates whether the application or the site is started: from the WINDEV or WEBDEV editor, from the executable or browser. from the WEBDEV administrator....
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents in their applications, without an external software......
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
Properties associated with a group of controls
Several WLanguage properties can be used on a group of controls found in a window, in a page or in a report......
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
LooperMoveLine (Function)
Moves a row or swaps two rows in a Looper control.
MultimediaPlay (Function)
Plays a multimedia file in a Multimedia control.
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
hScheduleMaterializedView (Type of variable)
The hScheduleMaterializedView type is used to programmatically manage a task for recalculating the data of a scheduled materialized view on an HFSQL server.
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
pdfTextElement (Type of variable)
The pdfTextElement type is used to find out all the characteristics of a text element in a PDF page.
SourceToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
fSelect (Example)
Usage example of the fSelect function
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.