ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
PanelCreate (Function)
Creates a new Dockable Panel control in the current window.
PanelDetach (Function)
Detaches a Dockable Panel control to transform it into a floating window.
PanelSaveConfiguration (Function)
Saves the current configuration of the Dockable Panel controls of a window.
<Dashboard>.AddWidget (Function)
Adds and displays a widget (internal window) in a Dashboard control.
<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.
<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.
WLanguage procedure called by OpenAsynchronous
WLanguage procedure ("callback") called by OpenAsynchronous after the window is closed.
SpreadsheetSeek (Function)
Seeks a value in the cells of a Spreadsheet control found in a window.
SysGetDC (Function)
Retrieves the DC (Device Context) of a window, control or screen.
StatusBarAddCell (Function)
Adds a new cell to the status bar of the current window.
<Panel>.Detach (Function)
Detaches a Dockable Panel control to transform it into a floating window.
Window management functions
List of functions for managing windows...
InfoWithTimeout (Function)
Displays an information message in a system information window for a set amount of time
WinBackgroundImage (Function)
Modifies the background image of a window and specifies the display mode of this image.
Message (Function)
Displays or removes a message from the status bar of the current window or browser.
MenuAdd (Function)
Adds an existing popup menu into the main menu of the current window.
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
CertificateLoad (Function)
Loads a certificate from a file or a buffer.
AppleRequestTrackingAuthorizationAsynchronous (Function)
Displays the permission request for user activity tracking.
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....