ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Code snippets
The code editor allows you to enter "Code snippets"......
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found......
API description (Type of variable)
An API Description variable is used to describe an API, its parameters, its return value and its calling options by programming.
ocrOption (Type of variable)
The ocrOption type is used to define all the general options of the native OCR (Optical Character Recognition) system.
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......
Report viewer: "Export" tab
The "Export" pane in the report viewer allows you to perform the following operations......
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
Writing to the Free Technical Support
When you encounter a problem, try to isolate it and to reproduce it by using the minimum number of elements......
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
Error 101: Declaration of global variable not allowed
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
Options displayed in a status bar with multiple cells
In the status bar description window, you can specify the options that will appear in each cell of the status bar......
WinEdActive (Function)
Used to: determine if the "Allow end users to modify the UI" option is enabled in a window (or internal window). enable or disable the "Allow end users to modify the UI" option in a window (or internal window)....
<Window>.EdActive (Function)
Allows you to: determine if the "Allow end users to modify the UI" option is enabled in a window (or internal window). enable or disable the "Allow end users to modify the UI" option in a window (or internal window)....
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
Characteristics of maximized windows
A maximized window occupies the entire screen of the mobile device....
WDAdminHF: Managing the data files
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
BCCalculateControlCharacter (Function)
Returns the check code of a bar code.
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.
WinEditAllowed (Property)
The WinEditAllowed property is used to determine and configure the actions allowed on a control when the window switches to "Allow end users to modify the UI" mode.
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
<Window>.EdRestore (Function)
Undoes all the modifications made by the end user ("Allow end users to modify the UI" option enabled).
WinEdRestore (Function)
Undoes all the changes made by the end user ("Allow end users to modify the UI" option enabled).