ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Report viewer: "Print" tab
The report viewer allows end users to view reports before printing them......
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice...
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several...
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
Handling the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
gglEvent (Type of variable)
The gglEvent type is used to describe and modify an event of a calendar...
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls...
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control...
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
How to open a page?
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
Character strings
WLanguage supports different types of strings....
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes...
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example)....
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo...
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series...
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port...
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
iCreateFont (Function)
Creates a new print font.
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......