ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Error 1023: The access to the method of the class is restricted by a private inheritance
Error 1013: The access to the member of the class is restricted by a protected inheritance
WDInst: installing additional elements
By default, only the files found in the "List of setup files" window are installed on the user computers......
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
Error 1054: 'Ancestor' cannot be used outside the code of a class
Error 1029: The access to the base class is restricted by a protected inheritance
Error 1030: The access to the base class is restricted by a private inheritance
Telephony constants
List of constants used by telephony functions...
dLine (Example)
Usage example of the dLine function
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......
ODBC driver for HFSQL Classic and HFSQL Client/Server - License agreement
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
OLE DB driver for HFSQL Classic and HFSQL Client/Server - License agreement
Display the code of an element
WINDEV, WEBDEV and WINDEV Mobile allow the use of event-driven and object-oriented programming......
Error 1015: The method of the class is protected
Error 1008: The member of the class is protected
Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements......
<Image variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
<Image>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
<picLayer variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
<WDPic variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
How to save and retrieve an image in a binary memo
1
3
4
5
6
7
46
>