ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

zipInfoFile (Example)
Usage example of the zipInfoFile function
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
OpenChild (Function)
Opens a non-modal child window.
fSeek (Example)
Usage example of the fSeek function
Orientation (Property)
The Orientation property gets and sets the orientation of an element.
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
Description (Property)
The Description property is used to get and change the description of an element.
xlsCurrentWorksheet (Function)
Used to find out and modify the current worksheet in an XLS file.
BrowserRunApp (Function)
Opens the default Web browser of the current device.
mongoConnection (Type of variable)
The mongoConnection type is used to define the advanced characteristics of a connection to a MongoDB server.
ThreadState (Function)
Returns the current status of a thread.
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
RTFToHTML (Function)
Returns the HTML string corresponding to the specified RTF string.
HDescribeItem (Example)
Usage example of the HDescribeItem function
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...
HRplManageFile (Function)
Defines the options used for the universal replication of a file: the replication direction. the management mode of conflicts....
SQLTransaction (Example)
Usage example of the SQLTransaction function
SOAPPrepare (Function)
Builds the SOAP request for calling a web service function.
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
Enlarging a window or page
Modern UIs generally use larger windows, pages and fonts......