ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SysGetDC (Function)
Retrieves the DC (Device Context) of a window, control or screen.
<Dashboard>.AddWidget (Function)
Adds and displays a widget (internal window) in a Dashboard control.
ToastDisplayIW (Function)
Opens a toast whose content is based on an internal window.
<Spreadsheet>.InsertColumn (Function)
Inserts an empty column into a Spreadsheet control found in a window.
<Spreadsheet>.InsertRow (Function)
Inserts an empty row into a Spreadsheet control found in a window.
<Spreadsheet>.SelectMinus (Function)
Deselects one or more cells in a Spreadsheet control found in a window.
<Spreadsheet>.SelectPlus (Function)
Selects one or more cells in a Spreadsheet control found in a window.
<Window>.WinRedraw (Function)
Immediately redraws the window controls for which a graphic update is required.
<Spreadsheet>.AddFormula (Function)
Adds a calculation formula into a Spreadsheet control found in a window.
<Spreadsheet>.Seek (Function)
Seeks a value in the cells of a Spreadsheet control found in a window.
<Page>.OpenChild (Function)
Opens a non-modal child window.
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
PanelSaveConfiguration (Function)
Saves the current configuration of the Dockable Panel controls of a window.
WinRedraw (Function)
Immediately redraws the window controls for which a graphic update is required.
<Panel>.Detach (Function)
Detaches a Dockable Panel control to transform it into a floating window.
fTempFile (Function)
Returns the name of a unique temporary file.
Description of an Organizer control (control of a window)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
The Multimedia control
The Multimedia control is used to play multimedia files......
fAddBuffer (Function)
Adds the content of a buffer at the end of a file.
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
BrowserClose (Function)
Closes the current browser window and stops the execution of the current code.
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......