ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Check Box control
A Check Box can correspond to...
<Check box>.Insert (Function)
Inserts a new option into a Check Box control.
<Check Box>.Count (Function)
Returns the number of options found in a Check Box control.
CheckBoxAdd (Function)
Adds a new option into a Check Box control.
Context menu of Check Box columns (AAF)
The Table and TreeView Table controls can propose Check Box columns allowing the user to select the requested options...
CheckBoxDelete (Function)
Deletes an option from a Check Box control.
<Check box>.Add
Adds a new option into a Check Box control.
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
<Check box>.Delete (Function)
Deletes an option from a Check Box control.
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......
Note (Property)
The Note property is used to: Find out the notes associated with a control, a window, a page or a report. Modify the notes associated with a control, a window a page or a report....
SelectedText (Property)
The SelectedText property is used to get and change the text selected in an Edit control, editable Combo Box control or editable column in a Table control.
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......
ERR_PARSER
sysNotificationInput (Type of variable)
The sysNotificationInput type is used to define all the advanced features of an input control, such as a text input or combo box control, in an interactive notification.
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......
WithInput (Property)
The WithInput property determines if a Combo Box control supports data input, and enables or disables this behavior.
StoreTheValue (Property)
The StoreTheValue property is used to: Find out whether a control keeps its value between two application starts via the persistence. Modify a control so that it keeps (or not) its value between two application starts via the persistence....
CaptionWidth (Property)
The CaptionWidth property is used to get and change the width reserved for the text area in an Edit or Combo Box 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....
Operations for synchronizing SCM
When creating an executable, a library or a component, ......
The Conference control
...The Conference control allows you to view and/or listen to video and/or sound in real time......
Voice commands in your applications
The applications that you develop can react to the user's voice......
Main characteristics of a List Box control
The main characteristics of a List Box control are as follows......
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....
eYe magnet: conditional formatting of controls
The visual aspect of a window control can be automatically modified according to a series of conditions in order to attract the attention of the user to this control......
CellDisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
Check: Activity of an application
The monitoring robot proposes to check the activity of a WINDEV application......
<Cell>.DisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
Handling a Scrollbar control through programming
WINDEV allows you to handle a Scrollbar control through programming......