ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

8. Windows in practice
Discover the main actions that can be performed on the windows....
Static Text control properties
List of properties associated with a Static Text control...
Materialized view
...A materialized view is a physical data source defined by an SQL query....
GetVariableDefinition (Function)
Gets the description of a variable.
Procedure description (Variable type)
The Procedure Description type is used to get information about a procedure or a method.
GetDefinition (Function)
Retrieves the definition of element type.
Windows: What must be taken into account if the users are working with Vista (and later)
Windows Vista (and later) proposes several improvements......
Testing a project: setting
By testing the project you can simulate how the application will run......
fDataDirCommon (Function)
Returns a directory path for the data shared: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, and so on. This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). tables common to all users (HFSQL tables .fic, .ndx, .mmo)....
Creating an executable: Manifest management
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
Manipulating Radio Button controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Radio Button controls......
Custom-Folders in the database schema
Several file descriptions can be grouped into a "Custom-Folder"......
Properties associated with the rows of a TreeView Table control
The rows of TreeView Table controls in a window or page can be manipulated using WLanguage properties......
The Windows registry
Several WINDEV functions can be used to handle the Windows registry......
The Table control
The Table allows users to easily view and enter data stored in memory or from a table, view or query......
Implementing the log process in an application
Regardless of the tables used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these tables......
Voice commands in the environment
The environments of WINDEV, WEBDEV and WINDEV Mobile respond to the voice commands......
Definition (Variable type)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
Handling an automatic test
When an automated test is created, this test is in "construction" by default......