ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
Binding a Combo Box control to an item
Tutorial
A tutorial is supplied with WINDEV, WEBDEV and WINDEV Mobile......
Skins
The skins are used to standardize the visual aspect of a site and they allow you to easily change style......
PlanActif (Property)
The Property Plane Active allows you to know and modify the number of the plan Active in a window, an internal window or a Cell control .
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
fClose (Function)
Closes an external file.
zipClose (Function)
Closes an archive.
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
BitcoinCoreDateTimeLatestBlock( Function)
Returns the date and time when the last block was created.
Border (Property)
The Border property is used to get and change the characteristics of the borders: for a report control or block. for a window control. for a cell of a Table control....
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
TableCellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
<Table>.CellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
The Rating control
The Rating control allows the user to: indicate the popularity level of an element via repeated icons. find out the popularity level of an element via repeated icons....
Handling a .NET 3.0, 4.0 control, ... (WPF) through programming
WINDEV enables you to handle a .NET 3.0, 4.0 control, ... (WPF) by programming......
The Shape control
The Shape control allows you to create geometric shapes in your windows and reports......
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
Window templates
WINDEV and WINDEV Mobile allow you to create window templates......
Query and project
Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
Modifying an external component
An external component created and generated by WINDEV, WEBDEV or WINDEV Mobile can be modified at any time......
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
Skin template
WINDEV, WEBDEV and WINDEV Mobile allow you to customize the interface of your applications via several preset interfaces......