ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLAddAttribute (Function)
Adds an attribute into an XML document.
BufferToReal (Function)
Extracts a real from a binary buffer at a given position.
Directory of images (WEBDEV)
Several images can be used when developing a WEBDEV site......
SpreadsheetDeleteColumn (Function)
Deletes a column from a Spreadsheet control.
EmailReadLast (Example)
Usage example of the EmailReadLast function
CalculatorButton (Property)
The CalculatorButton property is used to determine and indicate whether a Numeric or Currency Edit control has a button to display a popup calculator.
ThreadEnd (Function)
Ends the execution of the current thread.
"Is Class" operator
The "is <Class>" operator is used to find out whether the object used in an object of the class (or an object of one of its derived classes)...
The different copy modes
Two different copy modes are proposed by WDTRAD......
iHLine (Function)
Prints a horizontal line at specified coordinates.
The Native Container control
The Native Container control is used to manage the controls not created with WINDEV or WINDEV Mobile......
Characteristics of a toolbar
The main characteristics of a "Toolbar" control are configured in the "Details" tab and in the "UI" tab of the description window of control......
grAxisTitle (Function)
Defines the title of X-axis and the title of Y-axis in a chart.
XMLAddChild (Function)
Adds a child tag into an XML document.
BufferToInteger (Function)
Extracts an integer from a binary buffer at a given position.
EmailSend (Example)
Usage example of the EmailSend function
Project portfolio
From version 25, you can create "project portfolios"......
Managing videos (transmitted by a Web Camera)
To manage the video sequence currently broadcasted by the web camera installed on the current computer, WINDEV proposes......
Deploying an action plan
Once created, the action plans must be deployed in order to be run.
Preparing the phone to run the test of an Android application
WINDEV Mobile allows you to develop Android applications. To run the test of these applications on an Android phone, some operations must be performed ......
Constants for managing animations
List of constants used by the functions for managing the animations...
<Image editor>.Create (Function)
Creates an image in the Image Editor control.
<Image editor>.Close (Function)
Closes the image found in an Image Editor control.
SpreadsheetDeleteRow (Function)
Deletes a row from a Spreadsheet control.
dSaveImageGIF (Example)
Usage example of the dSaveImageGIF function