ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Geometry (Variable type)
The Geometry type can be used to store any type of geometry: point, polygon, etc.
Source Code Manager (SCM)
...L'administrateur du GDS (Gestionnaire de sources) propose certains outils spécifiques pour l'administration de la base de sources......
PageNumber (Property)
The PageNumber property is used to: get and change the number of the page displayed in an Image control ("multi-page" image files) get and change the page number of a PDF file displayed in an image control of a window get and change the page number of a PDF file displayed in the background of a report....
Animation of Chart control
The animation of Chart controls allows you to define a dynamic display in your applications......
VariantMember (Variable type)
The VariantMember type is an advanced type corresponding to an array of members, each member is a Variant variable.
diagOval (Type of variable)
The diagOval type is used to define all the advanced characteristics of a shape of type Oval.
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
Database schema shared between earlier WINDEV applications and WINDEV 2025 applications
A database schema can be shared between a WINDEV application......
TimeLine control events
The following events appear by default in the WINDEV code editor...
apiResponse (Variable type)
The type apiResponse type is used to obtain the result of a request sent to a previously imported REST API. Versions 2025 and later Warning This type of variable is only available from version 2025 Update 2. New in SaaS Warning This type of variable is only available from version 2025 Update 2. New in version 2025 Warning This type of variable is only available from version 2025 Update 2. Warning This type of variable is only available from version 2025 Update 2....
MemoryFormat (Property)
The MemoryFormat property gets and sets the format of the value returned for: Date or Time edit controls. Date or Time table columns. Calendar controls. Static Text controls. editable combo boxes. table columns displayed by combo boxes....
Screen,Column (External language)
Returns the index of the current column in a Table based on a data file or in a Table populated programmatically.
The Captcha control
The "captcha" are the distorted texts that the Web user must decode and re-enter in a site before validating a form....
End of Document block
The End of document block is run once at the end of the report execution......
<String type>.AnsiToUnicode (Function)
Converts an ANSI string (Windows) to a UNICODE string.
hFileParameter (Variable type)
The type hFileParameter type is used to define the tables taken into account by a scheduled optimization task.
LockAppOn (Function)
Locks a WINDEV application.
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming......
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......