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...
<Page>.OpenChild (Function)
Opens a non-modal child window.
InternalWindow
The InternalWindow property sets the name of the internal window to be used.
NoteCreate (Function)
Creates a Repositionable Note control in the curernt window programmatically.
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
<Spreadsheet>.InsertColumn (Function)
Inserts an empty column into a Spreadsheet control found in a window.
WLanguage procedure called by OpenAsynchronous
WLanguage procedure ("callback") called by OpenAsynchronous after the window is closed.
Error (Function)
Displays a custom error message in a system error window.
PanelCreate (Function)
Creates a new Dockable Panel control in the current window.
SysGetDC (Function)
Retrieves the DC (Device Context) of a window, control or screen.
ExceptionDisplay (Function)
Displays the standard window of exceptions with the content of the current exception.
<Spreadsheet>.Seek (Function)
Seeks a value in the cells of a Spreadsheet control found in a window.
WinInput (Function)
Identifies the window containing the WLanguage code currently run.
<Window>.WinRedraw (Function)
Immediately redraws the window controls for which a graphic update is required.
StatusBarAddCell (Function)
Adds a new cell to the status bar of the current window.
ProgressBar (Function)
Displays a progress bar in the status bar of current window.
WinRedraw (Function)
Immediately redraws the window controls for which a graphic update is required.
EmulateWindow (Function)
Indicates the test that will be run during the next window opening.
SpreadsheetSeek (Function)
Seeks a value in the cells of a Spreadsheet control found in a window.
SpreadsheetStyleSelection (Function)
Returns or modifies the style of selected cells in a Spreadsheet control found in a window.
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
Configuration of Apache 2.4 server
WEBDEV Development: Configuration of the Apache 2.4.x server for the CGI protocol and for WEBDEV sites....
Pivot Table control in a report
The report editor allows you to create "Crosstab" reports......