ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus...
PanelEnumerate (Function)
Enumerates the Dockable Panel controls in a window.
<Window>.MDIOpen (Function)
Opens and enables an MDI child window.
SysWinHandle (Function)
Returns the handle of a window identified by its title.
SysIconize (Function)
Used to find out whether a window is minimized.
WinAdaptWidth (Function)
Adapts the window width to the content of controls.
WinAdaptSize (Function)
Adapts the window size to the content of controls.
iParameterReport (Function)
Configures the printer by opening the configuration window.
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
WindowBitmap (Function)
Creates the image of the specified window in a BMP file.
MDIActive (Function)
Identifies or displays an MDI child window in the foreground.
Window controls
Several types of controls can be used in a window, ......
Cursor (Property)
The Cursor property is used to get and change the position of the mouse cursor in one of the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control. HTML Editor control....
Configuring Reports & Queries
Reports & Queries is used to......
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
FaxStatus (Function)
Returns the status of a fax that was sent by FaxSend.
ERR_CLOSED_PAGE
SpreadsheetInsertWorksheet (Function)
Inserts a worksheet into a Spreadsheet control found in a window.
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
WaitWindowEnd (Function)
Closes the wait window of application opened by WaitWindowStart.
Remote WEBDEV administrator: Configuration of a Webservice or a WEBDEV site in Session mode
To view the configuration of a specific Webservice or WEBDEV site in Session mode from the remote administrator:...
SpreadsheetAddWorksheet (Function)
Adds a worksheet into a Spreadsheet control found in a window.
Modifying an SVG image (XML functions)
SVG (Scalable Vector Graphics) is a vector image format......
9. Overlaying controls
NoteSaveAll (Function)
Saves the repositionable notes of the current window in a file.
3. Deploying a WINDEV application