ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of non-maximized windows
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
HDeleteScheduledBackup (Function)
Deletes a scheduled backup from an HFSQL Client/Server server....
Log-based replication
The replication is the operation allowing you to keep updated remote databases of identical structures on which several operations are performed......
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....
Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help editor......
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
HCancelBackup (Function)
Cancels a current backup.
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
<ManualEvent variable>.Wait (Function)
Locks the current thread while waiting for the specified event to be opened.
<AutomaticEvent variable>.Close (Function)
Closes a synchronization event between several threads.
<AutomaticEvent variable>.Open (Function)
Opens a synchronization event between several threads.
BTLEGetADescriptor (Function)
Retrieves the descriptor of a Bluetooth Low Energy characteristic corresponding to the specified identifier (UUID).
ScanToPDF (Function)
Saves a document from a scanner to a PDF file.
Dequeue (Function)
Removes an element from the queue.
Pop (Function)
Pops an element from a stack.
EnumerationCheckName (Function)
Checks whether an enumeration value known by its name is valid.
grDestinationImage (Function)
Defines an Image variable as destination of a chart.
HTTPSimulateNetwork (Function)
Simulates a slow network by limiting the download and upload speed.
URIToFile (Function)
Saves, in the background, the content of a resource (image, text, etc.) identified by its URI in an external file.
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
SOAPToHTTP (Function)
Builds the HTTP request to call a function of a Webservice. This request can be modified to adapt it to the expectations of the Webservice, if necessary. It can then be sent using HTTPSend.
BeaconListBackgroundDetection (Function)
Returns the list of active Beacon detections started in the background with BeaconDetectBackground.
MemcachedAddKeyGroup (Function)
Adds a new key/value couple into the Memcached cache on a group of servers....
StringToJSON (Function)
Converts a JSON string into a JSON variable.
<fbSession variable>.Stop (Function)
Stops the Facebook session that was started by FBStartSession.