ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CriticalSectionStart (Function)
Marks the beginning of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
ServiceControl (Function)
Sends a control message to a service.
SysTheme (Function)
Returns the current theme of the device.
Composite variable
A composite variable contains different types of elements (members)...
VideoGenerateThumbnail (Function)
Generates a thumbnail of the specified photo or video.
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
The "Radar" charts
The Radar chart is used to highlight a series according to another one......
HTTPResetForm (Function)
Clears an HTTP form that is currently edited.
fDelete (Function)
Deletes a file accessible from the current computer.
UUDecode (Function)
Decodes a character string in UUEncode format.
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
HInfoServerRights (Example)
Usage example of the HInfoServerRights function
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
HTTPCancelForm (Function)
Cancels the declaration of an HTTP form and frees all its resources.