ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WinOutWidth (Function)
Returns the full width of a window (including the border).
WaitWindowEnd (Function)
Closes the wait window of application opened by WaitWindowStart.
<Spreadsheet>.InsertWorksheet (Function)
Inserts a worksheet into a Spreadsheet control found in a window.
<Spreadsheet>.DeleteWorksheet (Function)
Deletes a worksheet from a Spreadsheet control found in a window.
<Spreadsheet>.AddData (Function)
Adds a data into a Spreadsheet control found in a window.
<Spreadsheet>.AddWorksheet (Function)
Adds a worksheet into a Spreadsheet control found in a window.
SpreadsheetMoveWorksheet (Function)
Moves a worksheet within a Spreadsheet control in a window.
<Spreadsheet>.MoveWorksheet (Function)
Moves a worksheet within a Spreadsheet control in a window.
<Window>.Open (Function)
Opens a modal WINDEV or WINDEV Mobile window.
MDIEnumChild (Function)
Returns the alias of the specified MDI child window.
MDIActive (Function)
Identifies or displays an MDI child window in the foreground.
WinInWidth (Function)
Returns the internal width of a window (without border).
PanelLoadConfiguration (Function)
Restores the configuration of the Dockable Panel controls in a window.
grClearPict (Function)
Erases the chart drawing (in an Image control or in a window).
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
"Long press" optional event
The optional event "Long press/Open context menu" is run during a long press on the controls of a window......
Automatic button execution (Window)
To force an action on a window, all you have to do is define a button of this window in "Automatic execution" mode......
NumberPage (Property)
The NumberPage property is used to get: the number of pages in a "multi-page" image file. This image is displayed in an Image control or in the background of a Chart control. the number of pages in a PDF file displayed in an Image control. the number of pages found in a PDF file displayed in a PDF Reader control. the number of pages found in a DOCX file displayed in a Word Processing control....
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
7. Custom-Folders: Organize your project
Custom-Folders: Organize your project...
Downloading files
The download is the operation that consists in saving a file stored on the server onto the computer of Web user......
MultitaskRedraw (Function)
Immediately redraws the window controls that will be graphically refreshed.
ExceptionDisplay (Function)
Displays the standard window of exceptions with the content of the current exception.