ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dbgCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
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.
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
Converting C types
Depending on the type of programming, it may be useful to know the correspondence between the types used in C and the types used in WLanguage......
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
WDLog: Overview
The different operations that can be performed with WDLog are as follows......
ImageInfoModify (Function)
Modifies the value of an Exif tag for the image used.
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
Code snippets
The code editor allows you to enter "Code snippets"......
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
Creating the menus for the windows of the WINDEV RAD pattern
Reverse code modeling
The reverse code modeling allows you to view in a graph......
Dashboard control: Automatic Application Features (AAF)
The Dashboard control proposes several Automatic Application Features (AAF) allowing the user to benefit from all control capabilities......
docProperty (Type of variable)
The docProperty type is used to define the properties of a Word Processing document.
BreakDelete (Function)
Deletes a break from a Table control or from a Looper control.
diagSelection (Type of variable)
The diagSelection type is used to define all the advanced characteristics of a selection made in a diagram.
Alignment rulers (Editor)
When creating or modifying a window in the window editor, you have the ability to display the alignment rulers......
TwainToControl (Function)
Allows you to : view the document coming from the Twain device in an Image control. view the document coming from the Twain device in the user interface of device....
Characteristics of a Looper control in a window
To display the control characteristics, select "Description" in the context menu of control......
Print constants
List of constants used by the print functions....
HTML constants