ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Data Source (Variable type)
A Data Source variable is used to describe a temporary data source (query, view, alias, etc.).
SQLListSource (Function)
Lists the data sources declared on a local site.
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
<Source>.DataSourceKnown (Function)
Determines if a data source has been initialized.
HDataSourceKnown (Function)
Determines if a data source has been initialized.
TreeModify (Function)
Modifies an element (node or leaf) in a TreeView control.
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
grScatterPointSize (Function)
Defines the size of points in a "Scatter" chart.
sParameter (Function)
Defines or modifies the parameters for configuring the specified serial port, parallel port or infrared port.
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
Check: SMART status of storage drives
The monitoring robot will measure the SMART attributes of a server's hard drives......
Events associated with windows
List of events associated with windows...
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.
System constants
List of constants used by the system functions....
Summary table: Installing an application developed in WINDEV
When developing an application, one of the important steps consists in deploying this application on the user computers......
Text (Property)
The Text property is used to get and modify text.
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
AppointmentModify (Function)
Modifies the current appointment: in a Lotus Notes or Outlook calendar. in the calendar found on a mobile device (Android/iOS)....
Audits
The audits provide a set of features used to automatically improve the project quality and performances, and to follow the conditions in which it is implemented......
btleDescriptor (Type of variable)
The btleDescriptor type is used to handle the descriptor of a Bluetooth Low Energy characteristic
Component (Property)
The Component property configures the different components of a composite key.
ListSelectMinus (Function)
Deselects an element in a List Box, ListView or Combo Box control.
grScatterLinkPoint (Function)
Links (or not) the points found in a "Scatter" chart.
WINDEV Mobile: Overview
WINDEV Mobile is a development environment for PC that allows you to develop......
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....
Deployment diagram
A deployment diagram shows the physical layout of the hardware components (nodes) used in a system as well as the association between the executable programs and these components......
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......