ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

xlsRow (Type of variable)
The xlsRow type is used to describe and modify a row in an Excel document...
ThreadState (Function)
Returns the current status of a thread.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
Thread functions
List of functions for managing threads...
ElementWidth (Property)
The ElementWidth property is used to: Find out or modify the width of the elements in an Organization Chart control. Find out or modify the width of the cells in a Dashboard control....
ElementHeight (Property)
The ElementHeight property is used to: Find out or modify the height of the elements in an Organization Chart control. Find out or modify the height of the cells in a Dashboard control....
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
fExeDir (Function)
Returns the directory from which the execution is started.
mongoConnection (Type of variable)
The mongoConnection type is used to define the advanced characteristics of a connection to a MongoDB server.
xlsColumn (Type of variable)
The xlsColumn type is used to describe and modify a column in an Excel document...
FTPAttribute (Function)
Identifies the attributes of a file located on an FTP server (File Transfer Protocol).
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
ThreadWaitSignal (Example)
Usage example of the ThreadWaitSignal function
xlsCell (Type of variable)
An xlsCell variable is used to describe and modify a cell in an Excel document...
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
<Table>.CollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
fMakeDir (Example)
Usage example of the fMakeDir function
ListDelete (Example)
Usage example of the ListDelete function
ListSelect (Example)
Usage example of the ListSelect function