ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Camera (Property)
The Camera property is used to identify and change the camera used (back or front).
sParameter (Function)
Defines or modifies the parameters for configuring the specified serial port, parallel port or infrared port.
grSeriesColor (Function)
Initializes the color of a series or the color of a section.
Differences and specific features of an HFSQL Client/Server application
The management mode of data files may have to be adapted when using an HFSQL Client/Server application......
Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
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....
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
OpenAPIToHTTP (Function)
Builds the HTTP request to call a function of an API. It can then be sent using HTTPSend.
Description (Property)
The Description property is used to get and change the description of an element.
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.
zipInfoFile (Example)
Usage example of the zipInfoFile function
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...