ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Changing the version of projects found in SCM
When several projects share elements in the same SCM, changing the version of WINDEV and WEBDEV projects......
Label (Property)
The Label property is used to get and define the label of an element.
Title (Property)
The Title property is used to get and change the title of an element.
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
TrialVersion (Function)
Used to find out whether the current execution of the application is in "trial version" mode.
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
SpeechSynthesisInProgress (Function)
Used to find out whether a read operation is in progress on the engine for speech synthesis.
IniOSMode (Function)
Indicates whether the code currently run is in iOS mode (iPhone, iPad).
dbgCheckEqual (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.
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
InUniversalWindowsAppMode (Function)
Indicates whether the code is run in Universal Windows 10 App mode.
awSendAndGetInfo (Function)
Sends data from an iOS phone to an Apple Watch (or conversely) while expecting a response.
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
TestCheckNotNull (Function)
Checks whether an expression is not 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.
Geodesic (Property)
The Geodesic property is used to indicate whether the drawing should follow the curvature of the Earth.
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
AJAXAsynchronousCallPending (Function)
Used to find out whether a server procedure called by AJAXExecuteAsynchronous is currently run.
XMLFound (Function)
Checks whether the current element corresponds to the current browse or to the current search.
GalleryPopupDisplayed (Function)
Indicates whether the automatic zoom popup of the Image Gallery control is displayed.
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......