ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NotifPushListInvalidIdentifiers (Function)
Returns the list of invalid identifiers on the APN service of Apple.
HTransactionRollbackToSavepoint (Function)
Rolls the transaction back to the savepoint.
JSONToVariant (Example)
Usage example of the JSONToVariant function
HOnError (Example)
Usage example of the HOnError function
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
Associating an identifier with an element found in a TreeView control
The different methods to associate an identifier with an element found in a TreeView control....
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
HTransactionSavepoint (Function)
Declares a transaction savepoint.
sEvent (Function)
Branches an event on a serial port.
Animation management functions
WINDEV proposes several WLanguage functions for managing animations......
eCurrencyName (Function)
Returns the caption of a currency.
iLink (Function)
Adds a link to a URL address into the HTML page currently printed.
NetworkDisconnect (Function)
Disconnects a network drive.
HListItem (Example)
Usage example of the HListItem function
grCreateFont (Function)
grCreateFont is kept for backward compatibility.
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
CancelWebserviceContext (Function)
Deletes from the webservice context a variable added by DeclareWebserviceContext.
dbgLogOption (Function)
Retrieves or modifies the options of the runtime log.
iConfigureReport (Function)
Configures the printer by opening the configuration window (WINDEV and WINDEV Mobile).
Inserting an image or video into a help page
It can be useful to use images or videos in help pages to explain the actions to be done, indicate which buttons must be used, etc....
WiFiConnect (Function)
Connects the device to the specified Wi-Fi network.
TableAddTitleHeader (Function)
Adds a column title-header into a Table or TreeView Table control in a window.
Handle (Function)
Returns the system "Handle" (HWND) of a WINDEV control or window.
SQLExec (Example)
Usage example of the SQLExec function