ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
HReadFirst (Function)
Sets the position on the first record according to a browse item.
Printing nested reports
To create a main report containing several secondary reports:...
aiNeuralNetworkModel (Type of variable)
The aiNeuralNetworkModel type is used to define all the advanced characteristics of a neural network used by AIDetectModel.
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......
Handling the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
iCreateFont (Function)
Creates a new print font.
WINDEV License Agreement
WINDEV License Agreement...
Events associated with an Organizer control
The following events are associated with Organizer controls:...
Operations in a Select query : add and delete
The following paragraphs present......
Appendix 2: Checking the server
Bloque entièrement ou partiellement un fichier externe....
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....
CtDescribedOLEDBProvider (Property)
The CtDescribedOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server).
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
Registry management functions
List of functions for managing the registry...
ImageInfoValue (Function)
Returns the value of an Exif tag for the image used.
Native SQL Server Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQL Server Connector......
CtDescribedDatabase (Property)
The CtDescribedDatabase property is used to set the OLE DB data source when connecting to a specific table via OLE DB.
httpRequest
The HTTPRequest keyword can correspond to...
PopupClosePage (Function)
Hides a page displayed as a popup via PopupDisplayPage.