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.
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.
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
WinGiveSuitableWidth (Function)
Returns the width of a window, adapted to the content of controls.
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
"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......
The "Compilation errors" pane
The "Compilation errors" pane is used to find out......
The Image control
The Image control is used to......
<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.
StyleDrawCaptionGrayed (Function)
Customizes how text is drawn in grayed out controls.
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)