ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Error (Function)
Displays a custom error message in a system error window.
SOAPError (Function)
Returns the error of the last SOAP procedure that failed.
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
ComponentList (Function)
Returns the list of external components (".WDK" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site.
xlsMergeCell (Function)
Merges the specified cells in an Excel document.
xlsUnmergeCell (Function)
Unmerges a range of cells.
AuthRefreshToken (Function)
Refreshes a user's OAuth2 token when it expires....
oDriveConnect( Function)
Creates a connection to an Drive OneDrive.
<zipArchive variable>.FindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
<zipArchive variable>.Exist (Function)
Determines whether an archive exists.
dText (Example)
Usage example of the dText function
ToolTipDelay (Function)
Used to modify: the timeout before displaying the tooltips. the display duration of the tooltips....
SOAPGetResult (Function)
Returns the result of the last SOAP procedure that was successfully run.
PDF Reader control properties
You can manipulate PDF Reader controls in a window using the following WLanguage properties......
dArc (Example)
Usage example of the dArc function
FTPAttribute (Example)
Usage example of the FTPAttribute function
BuildBrowsingTable (Example)
Usage example of the BuildBrowsingTable function
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
iPrintBodyComplement (Function)
Forces a body complement block to print while specifying the height of complement block.
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
MemcachedModify (Function)
Modifies a key/value couple in the Memcached cache....
MemcachedAddPrefix (Function)
Adds a value at the start of existing value in the cache for the given key.
MemcachedIncrement (Function)
Increments the value associated with a key.
MemcachedDecrement (Function)
Decrements the value associated with a key. The key is created if it does not exist.
MemcachedCAS (Function)
Modifies the value of a key if this one was not modified.