ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDAPI: Using APIs in a WINDEV application
The two most interesting features of WDAPI are......
Print report (iPhone/iPad or Android)
When creating a report, the test of this report can be run from the report editor......
Composite chart
A composite chart is a chart that displays several types of charts......
ComponentInfo (Function)
Returns information about a component.
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
dPolygon (Function)
Draws a polygon: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
EnumControl (Function)
Returns the name of Nth control found in the specified element.
Managing the load balancing (dynamic load balancing on server)
The server that is hosting a HFSQL database engine can be very busy......
Alias type
The Alias type is used to declare and handle a logical alias for a table or query.
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
Background (Variable type)
The Background type defines the advanced characteristics of the element background.
Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV....
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
The pages
Pages are the main interface of a WEBDEV site......
Extracting messages added or modified since last extraction
A project was already created and translated......
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
CallDLL32 (Function)
Runs a function found in an external DLL.
Constants for managing character strings
List of constants used by string management functions...
Project description: Advanced tab
The project description window allows you to configure various elements of your project......
Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions......