ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)...
grHMDeleteColor (Function)
Deletes the colors specified by grHMColor from a Heatmap chart.
dAlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
Environment of the project editor
The main elements of the project editor are as follows:
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
WBSetup: Managing additional languages
The "WBSetup" project corresponds to the standard setup program of WEBDEV sites......
FullTextIndex description (Type of variable)
A FullTextIndex description variable is used to describe one or more full-text indexes through programming.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
WebserviceWriteHTTPHeader (Function)
Adds an additional HTTP header to a request of a REST Webservice.
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
WLanguage procedure called by fCopyDir
WLanguage procedure ("callback") called by fCopyDir for each copied file. This procedure is used to handle the current file.
TwainToClipboard (Function)
Allows you to: copy the document coming from the Twain device into the clipboard. view the document coming from the Twain device in the user interface of device....
BurnerCompilationInfo (Function)
Retrieves the characteristics of current compilation.
BurnerSelect (Function)
Used to select the default burner.
NotifAdd (Function)
Adds a notification into the system bar of device (Android) or into the notification center (iOS).
MobileNetworkStatus (Function)
Returns the current status of the connection to data on the mobile network or asks to be notified when the status of the connection to data changes.
fTrackDirectory (Function)
Detects the modifications performed on the content of a directory.
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
AppChangeParameter (Function)
Changes an information in the mechanism for automatic application update.
ServiceRestart (Function)
Restarts a service (already started).
HTTPSimulateNetwork (Function)
Simulates a slow network by limiting the download and upload speed.
grImageSize (Function)
Defines the size of the image containing the chart.
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......