ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Data Source (Variable type)
A Data Source variable is used to describe a temporary data source (query, view, alias, etc.).
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...
HDataSourceKnown (Function)
Determines if a data source has been initialized.
SQLListSource (Function)
Lists the data sources declared on a local site.
<Source>.DataSourceKnown (Function)
Determines if a data source has been initialized.
SocketDeny (Function)
Run on the server, this function refuses a request for connection to an existing socket found on the server.
xmlSignatureReference (Type of variable)
The xmlSignatureReference type is used to add a reference section into the XML signature.
Displaying a report in PDF format in the browser of the Web user
To display a report in PDF format in the browser of the Web user, you must......
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
Timer on button (AAF)
In an application developed in WINDEV, the user has the ability to implement a timer on a button......
Generating a description of a table from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any tables......
Spelling checker in the interface
WINDEV, WEBDEV and WINDEV Mobile allow you to use the OpenOffice spelling checker in your interfaces...
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
WINDEV Mobile Framework License Agreement
gglContact (Type of variable)
The gglContact type is used to describe and modify a contact used by the Google Contacts service...
SysBatteryOptimBackground (Function)
Used to manage battery optimization: Identifies the battery optimization mode for the current application. Prompts the user to disable battery optimization for a given application on the device. This function can be used to tell the operating system to stop preventing the application from running in the background....
FinCurrentVal (Function)
Returns the current value of investment.
Options displayed in a status bar with multiple cells
In the status bar description window, you can specify the options that will appear in each cell of the status bar......
GPSLastPosition (Function)
Retrieves the information about the last known device position.
Supercontrol
A supercontrol is an advanced type of control......
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
gStoredValue (Function)
Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control.
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......