ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
Error 1030: The access to the base class is restricted by a private inheritance
Handling a toolbar through programming
WINDEV allows you to handle a Toolbar control through programming......
UI audit: Detect obsolete features
The lifecycle of some projects span several years......
User Control Center: Available network applications
The User Control Center is used to list the applications for which a network setup was created......
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
Report viewer: "Export" tab
The "Export" pane in the report viewer allows you to perform the following operations......
CriticalSection (Type of variable)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....
nWDGetLastError: Error code of last error
Error code of last error......
nWDInitProject: Initialization code of project
Run the initialization code of project......
BCToImage (Function)
Generates the image of a bar code.
Environment of code editor
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
ODBCSQLCode (Property)
ODBCSQLCode is used to: Find out the SQL code of the "query performed on a connection" (data source of report). Modify the SQL code of the "query performed on a connection" (data source of report)....
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......
MenuInsertOption (Function)
Inserts a new option at a specific position.
WinEditMode (Property)
The WinEditMode property is used to determine and configure the actions allowed on a window and its controls when the window switches to "UI modification by end user" mode.
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....