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.
Events associated with the controls of a report
The events associated with the controls of a report are as follows......
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
WinGiveSuitableHeight (Function)
Returns the height of a window, adapted to the content of controls.
WinGiveSuitableWidth (Function)
Returns the width of a window, adapted to the content of controls.
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
Query editor
The query editor is used to automatically create queries on the data files......
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
5. Site test in practice
The "Compilation errors" pane
The "Compilation errors" pane is used to find out......
"Unit examples" pane
The "Unit examples" pane proposes the unit examples found in the different products......
Installing the robot controller
The monitoring robot includes three executables......
StyleDrawCaptionGrayed (Function)
Customizes how text is drawn in grayed out controls.
<Page>.FromFile (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
<Window>.ToSource (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....
<Source>.FromWindow (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....
gpwEnumControl (Function)
Enumerates the controls found in a window or page.
PanelEnumerate (Function)
Enumerates the Dockable Panel controls in a window.
The Image control
The Image control is used to......
Properties associated with reports and controls
List of properties associated with the reports and their controls...
Toolbar control properties
List of properties associated with the Toolbar control...
Splitter control properties
List of properties associated with the Splitter control...
OLE control properties
List of properties associated with an OLE control...
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
Removing a project from the SCM (Source Code Manager)