ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
<picLayer variable>.Blur (Function)
Blurs the entire given area in a variable of type picLayer.
Creating the RAD Pattern project
The steps for creating a RAD pattern are as follows:...
The Social Network control
The "Social network" control is a toolbar containing icons used to establish the link to the main social networks of the Web......
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
Handling an OLE control by programming
WINDEV enables you to handle an OLE control by programming......
Character strings
WLanguage supports different types of strings....
Make calculations easier with the calculator
WinEdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Generating the RAD pattern
To generate a RAD pattern:...
diagLibrary (Type of variable)
The diagLibrary type is used to define all the advanced characteristics of a library of preset shapes used by a Diagram Editor control.
ZAxisMax (Property)
The ZAxisMax property gets the maximum value of the Z-axis in a Chart control (Surface chart).
ZAxisMin (Property)
The ZAxisMin property gets the minimum value of the Z-axis in a Chart control (Surface chart).
Using RAD patterns
The steps for creating a RAD pattern are as follows......
Telephony constants
List of constants used by telephony functions...
Tiff (Type of variable)
The Tiff type is used to define the advanced characteristics of a TIFF image.
The Diagram Editor control
The Diagram Editor control allows users to create and edit diagrams in your applications and sites......
2. UML models
2. UML models
Setup of a WEBDEV site: Creating library
A library (file with a WDL extension) is used to group the resources of the project (pages, queries, ......
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
<Image>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
PrintArea (Property)
The PrintArea property is used to get and change the print area of a Spreadsheet control in a report.