ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)...
Manipulating menu options programmatically
Menu options can be manipulated...
Managing main window menus
A main menu is necessarily associated with a window...
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus...
Manipulating menu options via the context menu
WINDEV and WINDEV Mobile manage two types of menus:...
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications...
<Spreadsheet>.AddWorksheet (Function)
Adds a worksheet into a Spreadsheet control found in a window.
MDIEnumChild (Function)
Returns the alias of the specified MDI child window.
MDIActive (Function)
Identifies or displays an MDI child window in the foreground.
AnimationPrepare (Function)
Prepares the animation on a control, a group of controls or a window.
EmulateSimulator (Function)
Emulates the window of the mobile (Android/iOS) simulator....
WinOrientation (Function)
Modifies or retrieves the display orientation of the current window.
SpreadsheetAddData (Function)
Adds a data into a Spreadsheet control found in a window.
InfoBuild (Function)
Displays a custom message in a system information window.
PanelLoadConfiguration (Function)
Restores the configuration of the Dockable Panel controls in a window.
PaletteGet (Function)
Gets the palette currently used by the project or window.
SpreadsheetDeleteWorksheet (Function)
Deletes a worksheet from a Spreadsheet control found in a window.
<Spreadsheet>.InsertWorksheet (Function)
Inserts a worksheet into a Spreadsheet control found in a window.
gpwOpen (Function)
Opens the User Groupware login window or page.
<Spreadsheet>.DeleteWorksheet (Function)
Deletes a worksheet from a Spreadsheet control found in a window.
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
SpreadsheetAddWorksheet (Function)
Adds a worksheet into a Spreadsheet control found in a window.
WinGiveSuitableWidth (Function)
Returns the width of a window, adapted to the content of controls.
Screen,XVar (External language)
Defines whether a control is included (or not) in the current window.
StatusBarDeleteCell (Function)
Deletes a cell from the status bar of the current window.
SpreadsheetMoveWorksheet (Function)
Moves a worksheet within a Spreadsheet control in a window.
<Spreadsheet>.AddData (Function)
Adds a data into a Spreadsheet control found in a window.
Options of the window editor
To configure the general options of the window editor......
EndTimerSys (Function)
Ends the execution of a timer triggered by TimerSys.
EndTimer (Function)
Ends the execution of a timer triggered by Timer.