ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Main characteristics of a List Box control
The main characteristics of a List Box control are as follows......
Selection (Property)
The Selection property is used to get the characteristics of the selection (or cursor): in a Word Processing control. Remark: This selection is in the section being edited in the control (body, header or footer). in a Spreadsheet control. in an HTML Editor control. in a Diagram Editor control....
AutomaticLink (Property)
The AutomaticLink property is used to: determine if the automatic link detection mode is enabled, enable or disable the automatic link detection mode....
The Navigation Bar control
The Navigation Bar control is used to create a menu area that can easily adapt to the browser size......
EditMode (Property)
The EditMode property gets and sets the editing mode of the Diagram Editor control: selection or freehand drawing.
FontSelect (Function)
Opens the standard window for font selection and selects the specified font.
iSelectFont (Function)
Creates a new print font from the standard window for font selection...
Creating a delete query
A delete query (corresponding SQL statement......
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
Multiselection (Property)
The Multiselection property gets and sets the selection mode: in a Table and TreeView Table control. in a Pivot Table control. in a List Box and ListView control. in a Looper control. in a Calendar control. of files in an Upload control....
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
How to manage a multi-selection in a List Box control?
This help page explains how to manage a multi-selection in a List Box control....
Characteristics of a Looper control in a window
To display the control characteristics, select "Description" in the context menu of control......
The "Interactive zoom" pane
The "Interactive zoom" pane is used to zoom the section currently hovered by the mouse cursor......
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
Context menu of Organizer controls (AAF)
Each Organizer control found in a window proposes a menu to the user......
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
Automatic context menu for the Scheduler controls
Each Scheduler control found in a window proposes a menu to the user....
Mode (Property)
The Mode property describes: the minimum number of nodes that must acknowledge a write operation before it is considered as successful (mongoWriteConcern variable). the management mode of multicolumn sections (docFormatMulticolumn variable). how the tooltip of a step of a guided tour is displayed....
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
EmulateRadioButton (Function)
Emulates the selection of an option in a Radio Button control.
EmulateCheckBox (Function)
Emulates the selection of an option in a Check Box control.
FishEye
The "FishEye" effect is used to enlarge a section of editor graphs (analysis graph, UML graph, ......
HTMLEditorGetSelection (Function)
Asynchronously retrieves the current selection from an HTML Editor control.