ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Note (Property)
The Note property is used to get and change a text associated with an element.
Flash (Property)
The Flash property determines and changes the flash mode in a Camera control.
DisplayFormat (Property)
The DisplayFormat property gets and sets the expected display format for a given text: plain text, RTF or Markdown.
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
appServerScheduledTask (Type of variable)
The appServerScheduledTask type is used to manage a scheduled task of WEBDEV Application Server through programming (for a site or a webservice).
TableToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
Camera (Property)
The Camera property is used to identify and change the camera used (back or front).
TreeSelect (Function)
Returns the full path of the selected element in a TreeView control.
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
mongoFindOption (Type of variable)
The mongoFindOption type is used to define the advanced characteristics of a search in a MongoDB database.
Native Informix Connector: Programming with SQL functions
The use of SQL functions to manipulate Informix data does not require importing the file structure into the analysis......
Native Sybase Connector: Programming with SQL functions
The use of SQL functions to handle Sybase data does not require importing the file structure into the analysis......
UploadCurrentFileSize (Function)
Returns the total size (in bytes) of the file currently uploaded via an Upload control.
pvtPosition (Type of variable)
The pvtPosition type is used to handle a cell of a Pivot Table control.
Bluetooth functions
List of Bluetooth functions...
Replication (Property)
The Replication property is used to: determine the replication mode used for a data file (defined in the data model editor or programmatically). specify the replication mode used for a data file (file described programmatically only)....
CursorDisplay (Function)
Displays or hides the mouse cursor.
fClose (Example)
Usage example of the fClose function
AuthURL (Property)
The URLAuth property is used to get and define the authorization URL to be used (first URL of the OAuth 2.0 specification).
Icon (Property)
The Icon property is used to: Find out the icon displayed in the title bar of a window or a Dockable Panel control. Change the icon displayed in the title bar of a window or a Dockable Panel control....
ControlFindTextFirst (Function)
Finds and selects the first element corresponding to the sought text in a window or control.
Events associated with TreeView controls
List of events associated with TreeView controls...
WorkingDirectory (Property)
The WorkingDirectory property is used to: get or change the directory used by the HTML Editor control to store the images and CSS sheets of an HTML page. get the directory used by the HTML Display control to store the images and CSS sheets of an HTML page. get the directory used by the Camera control to save photos and videos....
hbScanParameter (Type of variable)
The hbScanParameter type is used to define the parameters for iterating over the records in an HBase database.
Managing duplicates in the TreeView controls
WINDEV and WEBDEV allow you to add duplicates into the elements of a TreeView control......