ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Peeling Corner control properties
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......
Comparison operators
The comparison operators can be divided into several categories......
Caption (Property)
The Caption property is used to get and change the text of an element.
CertificateSignString (Function)
Creates the signature of a character string.
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
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.
SQLChangeConnection (Function)
Modifies the current connection.
xlsNbRows (Function)
xlsNbRows is kept for backward compatibility only.
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
Properties associated with the tab pane
A tab pane found in a window or in a page can be handled by the following WLanguage properties......
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
ThreadWaitSignal (Example)
Usage example of the ThreadWaitSignal function
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....