ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
SQLCode (Property)
The SQLCode code property is used to get the SQL code of a query created with the query editor (".WDR" file).
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 ......
Warning 36: No BREAK, RETURN or RESULT was detected in the code of the loop
Warning 18: Loop without potential end
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......
Handling an OLE control by programming
WINDEV enables you to handle an OLE control by programming......
Error 202: The method already has an access attribute (public, protected or private)
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Properties associated with formatted display controls
The formatted display control includes some properties that can be used......
Video control properties
The following properties can be used on a Video control:...
Line control properties
List of properties associated with the Line control...
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
10. UMC: User Macro-Code
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
Error 1023: The access to the method of the class is restricted by a private inheritance
The Dockable Panel control
The Dockable Panel control allows you to easily organize the software interface into zones that the end user can freely move......
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......
Error 1013: The access to the member of the class is restricted by a protected inheritance
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
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
Applet control properties
List of properties associated with the Applet control...
1
3
4
5
6
7
268
>