ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Properties associated with the Cell control field
List properties associated with the Cell control field...
Bar Code control properties
Bar Code controls can be manipulated using different WLanguage properties......
HandwrittenInput (Property)
The HandwrittenInput property is used to manage stylus or mouse input (Windows XP Tablet PC or Windows Vista, respectively).
Difference of behavior in Windows Vista (and later)
The test of your project was run using one of the Vista/7 test options......
The UAC mechanism in Windows Vista (and later)
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism......
SeekProcedure (Function)
Seeks a procedure identified by its name. The procedure found can be run directly.
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a field linked to a file: changes made to the linked table are reflected in the field.. for a programmatically manipulated field: calculated columns are re-calculated....
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a field linked to a file: changes made to the linked table are reflected in the field.. for a programmatically manipulated field: calculated columns are re-calculated....
Using the Vista style in your windows
WINDEV allows you to customize......
Managing spatial data in HFSQL databases
Starting with version 2024, you can store and manipulate geometric and geographic data in HFSQL databases......
Database schema: Description of table structure
The database schema allows you to define the structure of tables used by the project......
Functions for managing Map controls (prefix syntax)
The following functions are used to manage Map controls via prefix syntax...
Indirection operators
Operators { and operators } operators are used to access a field, variable, class member or table item by dynamically constructing the name of the field, variable, class member or item...
Managing color palettes
Starting with version 2025, WINDEV and WINDEV Mobile include color palettes for projects and windows......
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements......
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed by the procedure or by the class......
12. Pages in practice
Variable Description (Variable type)
The Variable Description type is used to get information about a variable or a member.
Property Description (Variable type)
The Property Description type is used to get information about a property.
Automatic Application Features (AAF)
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
8. Windows in practice
Discover the main actions that can be performed on the windows....