ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Database schema editor: the different types of sections
The different types of items proposed in the data model editor are as follows:
ComboClose (Function)
Closes the drop-down list in a Combo Box control (simple or multi-column Combo Box control).
<Combo box>.Close (Function)
Forces the closing of the drop-down list in a Combo Box control (simple or multi-column Combo Box).
Query with parameters
The queries with parameters allow the user to easily select records according to his own requirements......
Creating a Pivot Table control
To create a Pivot Table control......
TwainSelectSource (Function)
Displays a standard dialog box used to list the different Twain devices available on the current computer.
Aligning elements in a List Box or Combo Box control (prefix syntax)
Several methods can be used to align the elements found in a List Box or Combo Box control......
Constants for managing Table, Treeview Table, Looper and List Box controls
List of constants used by the functions for managing Table, TreeView Table, Looper and List Box controls....
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......
13. Types of standard controls
Extracting the text of the project
The following text can be extracted......
Manipulating Combo Box controls programmatically (prefix syntax)
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
Functions for handling Combo Box controls (prefix syntax)
The following functions are specific to the Combo Box controls, using prefix syntax:
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
Combo Box control functions
List of functions for handling the Combo Box controls...
Functions for managing objects (External language)
The Check Box control
A Check Box can correspond to......
Zooming a window (AAF)
The end user can zoom the content of a window with the mouse......
The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
<Source>.ExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
OLEServer (Function)
Lists the OLE servers registered toward the current system.
VideoListDriver (Function)
Lists the video capture drivers installed on the current computer.
HListLink (Function)
Returns the list of links (Merise) in the current analysis or in a specific analysis
fListDisk (Function)
Returns the list of disks installed on the computer.
HListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
1
3
4
5
6
7
171
>