ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TestCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
TestCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
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.
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
Automatic button execution (Window)
To force an action on a window, all you have to do is define a button of this window in "Automatic execution" mode......
TrialVersion (Function)
Used to find out whether the current execution of the application is in "trial version" mode.
CodeJS (Property)
The CodeJS property is used to read and change the JavaScript code associated with a Web Component control.
FullScreenEnable (Function)
Switches the browser to "Full screen" mode. The browser occupies the entire screen.
BrowserSlice (Function)
Returns the number of the slice displayed in a page in Responsive Web Design mode.
Functions for managing Executables in Console mode
Editing pages: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor....
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
HFSQL Client/Server: Overview
You have the ability to create applications that access the HFSQL Client/Server databases......
WDLog: Restoring HFSQL data files
WDLog is used to restore the data files saved by WDLog......
Installing and using a Bitcoin Core server
WLanguage offers various functions for handle a Bitcoin Core server......
5. HFSQL Client/Server
A WINDEV Mobile application can also use an HFSQL database in Client/Server mode....
Adding an element to the SCM repository
When an element is added to the SCM (Source Code Manager) repository, it is added to the reference project on the SCM server......
LargeFontFactor (Function)
Returns the current enlargement ratio of a WINDEV window (only if Windows is in "large fonts" mode).
InSimulatorMode (Function)
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile.