ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

New (Reserved word)
New is used to allocate memory space...
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
Dynamic instantiation of a .NET object
A .NET object can be dynamically associated with a .NET class, we talk of dynamic instantiation of object....
Dynamic instantiation of object
An object can be dynamically associated with a class, we talk of dynamic instantiation of object......
Class (Property)
The Class property is used to get the actual type of the class instance handled by an object, variant or dynamic object variable.
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
.NET object
To access a class......
Error 104: 'Dynamic' can only be used for the classes and the Automation objects
List of reserved words
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
TabCloseAll (Function)
Closes all dynamic tabs of a Tab control.
<Tab>.CloseAll (Function)
Closes all dynamic tabs of a Tab control.
<Tab>.Close (Function)
Closes a dynamic pane in a Tab control.
TabClose (Function)
Closes a dynamic pane in a Tab control.
Associative array (Type of variable)
An associative array is an "advanced" type of array...
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
"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)...
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
Generation of a class diagram using reverse engineering
WINDEV, WINDEV Mobile and WEBDEV allow you to create the class diagram of an application using reverse engineering (files "......
HTMLClassDelete (Function)
Deletes a class from the HTML classes of a control.
HTMLClassAdd (Function)
Adds a class into the HTML classes of a control.
Generating a class diagram
The generation is used to create the WINDEV classes ("......