ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
Assigning dependencies to requirements
The following steps must be performed to implement the requirements......
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
Hash constants
List of constants used by the Hash functions....
Declaration (Property)
The Declaration property is used to define a type.
GetTypeDefinition (Function)
Gets the description of a type identified by name.
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
Definition (Property)
The Definition property is used to define a type.
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
grWaterfallCategoryType (Function)
Indicates the category type of a Waterfall chart.
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
Automatic Application Features (AAF) of Spreadsheet controls
The Spreadsheet control includes multiple Automatic Application Features (AAF) in order to simplify the use of the control......
WDDeploy features
WDDeploy can be used to......
Code editor: Display options
The code editor proposes several display options......
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
Operations in a Select query
The query editor allows you to perform operations on the values of an item......
WinAnimationNext (Function)
Modifies the type and duration of animations used when opening and closing the next window.
Creating requirements
The following steps must be performed to implement the requirements......
Passing parameters
The parameters can be passed to a procedure......
Handling an automatic test
When an automated test is created, this test is in "construction" by default......