ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Warning 18: Loop without potential end
Warning 36: No BREAK, RETURN or RESULT was detected in the code of the loop
Including the code
You want to include your code lines in a condition, in a structure, ......
Showing or hiding empty events or processes of an element
All WLanguage code is written in the code editor, which offers several events on a given control ......
Handling the report blocks through programming
Each report block is associated with different events......
Handling external JavaScript objects from WLanguage
The WLanguage in "Browser" mode is used to interface with the Web APIs such as the ones proposed by Google or Yahoo......
Error 202: The method already has an access attribute (public, protected or private)
Properties associated with formatted display controls
The formatted display control includes some properties that can be used......
Line control properties
List of properties associated with the Line control...
Handling an OLE control by programming
WINDEV enables you to handle an OLE control by programming......
Video control properties
The following properties can be used on a Video control:...
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
10. UMC: User Macro-Code
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
Navigation Bar control properties
A Navigation Bar control found in a page can be handled in WLanguage by the following properties......
Error 1023: The access to the method of the class is restricted by a private inheritance
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
Error 1029: The access to the base class is restricted by a protected inheritance
Error 1013: The access to the member of the class is restricted by a protected inheritance
Error 1030: The access to the base class is restricted by a private inheritance
Applet control properties
List of properties associated with the Applet control...
Handling a toolbar through programming
WINDEV allows you to handle a Toolbar control through programming......
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
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)....
1
3
4
5
6
7
262
>