ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

State "form with input": input in a PDF form
The report editor can be used to create form reports, which include different controls allowing users to enter data...
CheckBoxCount (Function)
Returns the number of options found in a Check Box control.
<Check Box>.Count (Function)
Returns the number of options found in 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...
SCM administrator
The SCM administrator (Source Code Manager) allows you to handle the different projects included in the Source Code Manager......
Recompiling the project
The project compilation is a process used to......
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......
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
Handling List Box controls programmatically (prefix syntax)
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box 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......