ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MapDeleteItinerary (Function)
Deletes an itinerary from a Map control.
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....
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
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.
DashInitialConfiguration (Function)
Modifies the configuration of a Dashboard control (defined in the editor) before its first display.
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......
fOpenTempFile (Function)
Creates and opens a temporary file.
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.
Identifier (Property)
The Identifier property is used to get and change the identifier of an element.
DDERetrieve (Example)
Usage example of the DDERetrieve function
ThreadWaitSignal (Example)
Usage example of the ThreadWaitSignal function
IWListAdd (Function)
Adds a new internal window to the list of internal windows browsed by an Internal Window control.
AutoBrowse (Property)
The AutoBrowse property is used determine if the browse operation performed in a List Box, Looper, Table or Combo Box control based on a data file is automatic or programmed.
HTML Display control processes
WINDEV and WINDEV Mobile include different WLanguage events associated with HTML Display Controls......
Stand-alone executable
The executable will be stand-alone if the following elements are included in the executable......
BrowserOS (Function)
Indicates the operating system installed on the browser of the Web user.
TableGiveChild (Function)
Returns the "children" of an element (lower level) in a TreeView Table control.
HTMLControlValue (Function)
Used to identify or modify a control in an HTML form contained in an HTML Display control.
ToastDeleteAll (Function)
Deletes all the toasts displayed by ToastDisplay.
zipDeleteAll (Example)
Usage example of the zipDeleteAll function
zipNbPart (Example)
Usage example of the zipNbPart function