ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dStartDrawing (Function)
Indicates that the drawing functions that will be used are intended for: the specified Image control, the specified Image variable, the specified Image variable, the specified WDPic variable (on the background layer), the specified picLayer variable....
Color constants
The color constants are mainly used in the chart functions, the print functions and the drawing functions......
WEBDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
WINDEV Mobile 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
Creating the Table windows of the WINDEV RAD pattern
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
Editing pages: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor....
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
Creating the Form windows of a WINDEV RAD pattern
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Count (Property)
The Count property returns the number of elements in a given set.
Code snippets
The code editor allows you to enter "Code snippets"......
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
Report based on a query
Queries are used to easily select records in one or more data files......
H.LanguageCreationUnicode (Variable)
Allows you to define the characteristics of the sort for the Unicode items found in a data file.
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
Discover all the possibilities of pivot tables
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
Log-based replication: Programming the log-based replication in WLanguage
Several WLangage functions allow you to include log-based replication in your application and to customize it......
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
The Looper control
A Looper control is used to repeat the controls found in a specific area......