ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with Image controls
List of events associated with Image controls...
Check model
You can use check models to easily create checks...
NextTitle (Function)
Modifies the title of next window to open.
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
GglFillCalendar (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar are retrieved (some criteria may be specified).
WiFiListNetwork (Function)
Returns the list of Wi-Fi networks configured on the device.
HChangeKey (Example)
Usage example of the HChangeKey function
HReadLast (Example)
Usage example of the HReadLast function
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest. by HTTPSend....
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
dFont (Function)
Declares the font that will be used by dText: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
6. Source Code Manager (SCM)
To simplify teamwork, WINDEV Mobile includes a Source Code Manager....
Window controls
Several types of controls can be used in a window, ......
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.
Factorial (Function)
Returns the factorial of an integer number.
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
Events associated with Slider controls
List of events associated with Slider controls in a window...
grSourceSeries (Function)
Defines the source of a series.
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
Android In-App configuration
A specific configuration is required to manage the In-App purchases in an Android application......
FaxCompleteStatus Structure
The FaxCompleteStatus structure is automatically filled during the call to FaxStatus......
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
HOut (Example)
Usage example of the HOut function