ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Scheduler control properties
A Scheduler control found in a window or in a page can be handled in WLanguage by the following properties....
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
Content (Property)
The Content property is used to read or write the whole content of a control: List Box populated programmatically, Combo Box populated programmatically, Spreadsheet....
fListFile (Function)
Lists the files found in a directory and returns the list of files.
String of (Variable type)
The String of type is used to manipulate fixed-length strings. These strings have a null character at the end, denoted by a zero (as in the C programming language).
Delete (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....
Functions for managing Breadcrumb controls
List of functions for managing Breadcrumb controls...
dCopy (Function)
Copies an image to another image.
Chart control: "Series" tab
The "Series" tab is used to define the different series used in the Chart control as well as the source of category labels......
Combo Box control properties
You can manipulate Combo Box controls in a window or page using the following WLanguage properties......
BitmapInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file : format, width and height, number of bits per pixel....
Table control properties
A Table control found in a window or in a page can be handled in WLanguage by the following properties......
HBackward (Function)
Moves backward several records from the current position in the table, according to a specified item.
Events associated with the Rating control
WINDEV, WEBDEV and WINDEV Mobile manage the following event by default......
dLine (Function)
Draws a line: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dBackground (Function)
Declares the default background color for the rectangles, circles, etc.:: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dCircle (Function)
Draws a circle or an ellipse: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dPen (Function)
Declares the default color and style for the lines, rectangles, circles, ... found: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Events associated with Check Box controls
List of events associated with Check Box controls...
Events associated with Radio Button controls
List of events associated with Radio Button controls...