ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Setup of the WEBDEV Application Server for Linux
Utilisation dans la classe _edthymlStylePolice - Accès en Lecture + Ecriture - Type : Tous types
Error 17: OTHER CASE must be the last statement used in SWITCH
Spare server
A "spare" server is a target server in a unidirectional automatic replication......
Linking a Scheduler control to a data file or variable
You can create Scheduler controls directly linked to the data....
Dynamic instantiation of object
An object can be dynamically associated with a class, we talk of dynamic instantiation of object......
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......
Error 202: The method already has an access attribute (public, protected or private)
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
1. Project and analysis
1. Project and Analysis
The development of a Windows application with WINDEV is based on two main elements: the Project and the Analysis....
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
Error 1015: The method of the class is protected
Error 1008: The member of the class is protected
1. Project and analysis
Error 1016: The method of the class is private
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....
Error 1023: The access to the method of the class is restricted by a private inheritance
Clone (Function)
Constructs a copy of a class instance: An object of the actual class of the class instance is allocated. The members of the class instance are copied to the members of the new object....
Error 40: The END statement marking the end of the class declaration is missing
Operations performed on class diagrams
The following paragraphs explain......
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ......
zipClose (Function)
Closes an archive.
<zipArchive variable>.Close (Function)
Closes an archive.
1
2
3
4
5
6
95
>