ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CertificateSignString (Function)
Creates the signature of a character string.
Hasp constants
The Hasp constants are as follows......
Error 27: No END statement is associated with this ELSE
StringInsert (Function)
Inserts a string into another character string at a given position.
iPrintImage (Example)
Usage example of the iPrintImage function
<Page>.Display (Function)
Displays a web page in the user's browser....
ControlInOutReason (Function)
Indicates the origin of the entry in the control.
SocketRead (Example)
Usage example of the SocketRead function
Identifier (Property)
The Identifier property is used to get and change the identifier of an element.
dPixelOpacity (Function)
Identifies the opacity of a pixel in an image that has an Alpha channel. This image can be: an Image control, an Image variable, a WDPic variable (on the background layer), a picLayer variable....
Manipulating days in a Calendar control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate the following elements......
Caption (Property)
The Caption property is used to get and change the text of an element.
Border (Property)
The Border property is used to get and change the borders of an element.
DashInitialConfiguration (Function)
Modifies the configuration of a Dashboard control (defined in the editor) before its first display.
EventClose (Function)
Closes a synchronization event between several threads.
xlsNbRows (Function)
xlsNbRows is kept for backward compatibility only.
XAxisMin (Property)
The XAxisMin property gets the minimum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
XAxisMax (Property)
The XAxisMax property gets the maximum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
YAxisMin (Property)
The YAxisMin property gets the minimum value of the Y-axis in a Chart control.
YAxisMax (Property)
The YAxisMax property gets the maximum value of the Y-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
dbgStartRecording (Function)
Starts recording a test scenario (also called reproduction scenario).
MapDeleteItinerary (Function)
Deletes an itinerary from a Map control.
1. Analysis: Database structure
When a WINDEV, WEBDEV or WINDEV Mobile project uses data files, it must be associated with an analysis....
XMLToText (Function)
Converts a character string in XML format into a standard character string.
DDERetrieve (Example)
Usage example of the DDERetrieve function