ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Code snippets
The code editor allows you to enter "Code snippets"......
Creating the Table windows of the WINDEV RAD pattern
Creating the Table pages of the WEBDEV RAD pattern
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......
PageDisplay (Function)
Displays a web page in the user's browser....
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.
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
Creating the Form windows of a WINDEV RAD pattern
The planes in WEBDEV
The planes are used to group the controls of an element......
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
WINDEV Mobile Generator of skin templates: Customizing the elements
The WINDEV Mobile generator of skin templates is used to generate the necessary files for creating a custom WINDEV Mobile skin template......
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......
Creating user accounts
A User account allows the server administrator to......
Generator of WINDEV skin templates: Customizing the elements
The generator of WINDEV skin templates is used to generate the necessary files for creating a custom skin template for the WINDEV projects......
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.
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
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)....
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
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......
State (Property)
The State property is used to get and change the state of an element.
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......