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.
WinAdaptSize (Function)
Adapts the window size to the content of controls.
The Native Container control
The Native Container control is used to manage the controls not created with WINDEV or WINDEV Mobile......
7. Available controls in a window
WINDEV Mobile includes several types of controls...
Recompiling the project
The project compilation is a process used to......
SCM administrator
The SCM administrator (Source Code Manager) allows you to handle the different projects included in the Source Code Manager......
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Programming the browsing Looper controls
These are the main concepts for programming Looper controls based on a data file......
Handling List Box controls programmatically (prefix syntax)
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
Combo Box columns in the Table controls (prefix syntax)
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
Manipulating Combo Box controls programmatically (prefix syntax)
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
9. Overlaying controls
WinAdaptHeight (Function)
Adapts the window height to the content of controls.
WinAdaptWidth (Function)
Adapts the window width to the content of controls.
Window controls
Several types of controls can be used in a window, ......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
VisualEffect (Property)
The VisualEffect property allows you to apply a visual effect on a control or group of controls in a window.
Check: SNMP
The monitoring robot will read the value of the specified OID and compare its value with the reference value......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
Events associated with an Organizer control
The following events are associated with Organizer controls:...
AnimationEnabled (Function)
Enables or disables the animations in the controls.
Screen,Input (External language)
Starts the input in the controls of a window.
SourceFromWindow (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
ScreenToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
The Sidebar control
The Sidebar control gives access to different options......