ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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).
UUDecode (Function)
Decodes a character string in UUEncode format.
zipChangePath (Example)
Usage example of the zipChangePath function
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
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.
<Table>.CollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
KeyType (Property)
The KeyType property is used to set the characteristics of a key item.
DefaultValue (Property)
The DefaultValue property is used to: Find out the default value of an item. This item was defined in the data model editor or through programming. Define the default value of an item (when describing the item through programming)....
HTTPCancelForm (Function)
Cancels the declaration of an HTTP form and frees all its resources.
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
HInfoServerRights (Example)
Usage example of the HInfoServerRights function
Software factory: Rights management
To secure the execution of action plans, it is possible to implement a rights management system......
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
DescribedName (Property)
The DescribedName property is used to handle the logical name of HFSQL data files (ignoring possible changes made by HAlias).
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
LooperSearch (Function)
Searches for a value in an attribute of a Looper control.
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
UUEncode (Function)
Encodes a character string according to the UUEncode algorithm.
LooperDisplay (Function)
Refreshes a Looper control based on a data file from a given position: the modifications performed in the linked file are applied to the looper.