|
|
|
|
|
|
|
The Definition type is used to find out the characteristics of a type:
simple type,
advanced type,
class,
structure.... |
|
|
|
|
|
|
A report based on a variable is used to directly print the information found in a WLanguage variable...... |
|
|
|
|
|
|
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.... |
|
|
|
|
|
|
Data binding is a process that binds variables in memory to controls in a window or page...... |
|
|
|
|
|
|
A class contains the description of a data structure (members) and the processes (methods) that handle this structure.... |
|
|
|
|
|
|
Closes the drop-down list in a Combo Box control (simple or multi-column Combo Box control). |
|
|
|
|
|
|
Let's see a simple and illustrated example about the use of MVP to create a Table window with its linked form...... |
|
|
|
|
|
|
The generation is used to create the WINDEV classes ("...... |
|
|
|
|
|
|
The Variant type is used to:
store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ...
store named or indexed subelements.
store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists.
handle the NULL value in WLanguage.
store interactions with ActiveX objects and Automation programming.... |
|
|
|
|
|
|
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance...... |
|
|
|
|
|
|
WINDEV includes multiple methods to manage emails... |
|
|
|
|
|
|
Forces the closing of the drop-down list in a Combo Box control (simple or multi-column Combo Box). |
|
|
|
|
|
|
The Month property is used to:
Retrieve the month from a Date or DateTime variable.
Modify the month in a Date or DateTime variable.
Retrieve the month from a Date item (in "Simple date" or "Date and Time" format)
Modify the month in a Date item (in "Simple Date" or "Date and Time" format)... |
|
|
|
|
|
|
The TabMDI property is used to:
Get the type of a Tab control (simple tab or dynamic tab - MDI).
Change the type of a Tab control (simple tab or dynamic tab - MDI).
This property is obsolete from version 200057. Use DynamicTab.... |
|
|
|
|
|
|
Types of accessible files... |
|
|
|
|
|
|
Overview of the different operators... |
|
|
|
|
|
|
The groupware in automatic mode offers several possibilities...... |
|
|
|
|
|
|
You can create TimeLine controls directly linked to the data.... |
|
|
|
|
|
|
WINDEV, WINDEV Mobile and WEBDEV allow you to create the class diagram of an application using reverse engineering (files "...... |
|
|
|
|
|
|
Deletes a class from the HTML classes of a control. |
|
|
|
|
|
|
Adds a class into the HTML classes of a control. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|