ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTMLHeader (Property)
The HTMLHeader property is used to get and change the HTML code inserted in the page header.
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
MenuAddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
EndProgram (Function)
Ends the execution of the current program.
FileDisplay (Function)
Displays a file in the user's browser....
Input (Function)
Displays a message allowing the user to enter data.
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
DayBreakHeight (Property)
The DayBreakHeight property is used to get and change the height of breaks between days in a Scheduler control where days are arranged in rows, and resources are arranged in columns.
HTMLEndPage (Property)
The HTMLEndPage property is used to get and change the HTML code inserted at the end of the page.
ComponentLoadAll (Function)
Recursively loads in memory all the external components used in the project.
<Image>.StopScrolling (Function)
Stops the automatic image sliding.
<Looper>.EndFilling (Function)
Ends the process to populate a Looper control programmatically.
<Spreadsheet>.SelectComment (Function)
Allows you to: determine if a comment is selected in a Spreadsheet control, select or deselect a comment in a Spreadsheet control....
MandatoryInput (Property)
The MandatoryInput property is used to determine if a control is required and to enable or disable the required data input.
MaxButtonWidth (Property)
The MaxButtonWidth property is used to get and set the maximum width of a button in a tab pane.
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
SCM: Retrieving changes made in a branch
Any changes made in a branch can be retrieved in the main version of the application......
TotalsEnabled (Property)
The TotalsEnabled property enables you to: Identify the calculation method used for columns in a Table or TreeView Table control (automatic or custom), Temporarily forbid or force column calculations (automatic or custom) in a Table or TreeView Table control....
COMCreateInstance (Function)
Instantiates a COM object (Component Object Model).