ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BTDisconnectDevice (Function)
Cancels the authentication beside a Bluetooth device.
HSL (Function)
Creates a color from its hue, saturation and lightness.
SchedulerOpenTaskProperties (Function)
Opens the property page of a scheduled task.
SocketConfigure (Function)
Configures the use of Socket functions.
Kanban control functions
The following functions handle Kanban controls......
MaxZoom (Property)
The MaxZoom property is used to get the maximum zoom value that can be used for the Camera control (for the camera in use).
BTConnectDevice (Function)
Allows you to be authenticated toward a Bluetooth device.
MinZoom (Property)
The MinZoom property is used to get the minimum zoom value that can be used for the Camera control (for the camera in use).
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
BTListRadio (Function)
Returns the list of Bluetooth radios connected to the computer.
BTInfoRadio (Function)
Returns specific information about a Bluetooth radio connected to the computer.
OLESave (Function)
Saves the object found in an OLE control in binary format.
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
OLEServer (Function)
Lists the OLE servers registered toward the current system.
The Organizer control
The Organizer control is used to display and handle organizers......
Managing duplicates in the TreeView controls
WINDEV and WEBDEV allow you to add duplicates into the elements of a TreeView control......
ODBCSQLCode (Property)
ODBCSQLCode is used to: Find out the SQL code of the "query performed on a connection" (data source of report). Modify the SQL code of the "query performed on a connection" (data source of report)....
ODBCDatabaseName (Property)
ODBCDatabaseName is used to: Find out the name of the database used when printing a report based on a "query performed on a connection". Specify the name of the database used when printing a report based on a "query performed on a connection"....
ODBCConnectionName (Property)
The ODBCConnectionName property is used to: Identify the name of the ODBC connection used when printing a report based on a "query performed on a connection". Specify the name of the ODBC connection used when printing a report based on a "query performed on a connection"....
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
Downloading files
The download is the operation that consists in saving a file stored on the server onto the computer of Web user......
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
Handling Sidebar controls programmatically
WINDEV and WINDEV Mobile allow you to handle Sidebar controls programmatically......
grStockAddData (Function)
Adds data into a stock chart (candlestick, barcharts or minmax).
Programming the table cells
The Table controls can be handled......