ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
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).
HCloseConnection (Example)
Usage example of the HCloseConenction function
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.
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.
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
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.
<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)....
SQLExec (Function)
Names and runs an SQL query.
String (Variable type)
The String type is used to manipulate strings......
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.