ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Events associated with HTML controls
WEBDEV includes different events associated with the HTML control......
<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.
WLanguage procedure called by OpenAsynchronous
WLanguage procedure ("callback") called by OpenAsynchronous after the window is closed.
<ANSI string>.AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
SysGetDC (Function)
Retrieves the DC (Device Context) of a window, control or screen.
RegistryNextKey (Function)
Identifies the key found after the specified key in the Windows registry.
StatusBarAddCell (Function)
Adds a new cell to the status bar of the current window.
<Spreadsheet>.SelectMinus (Function)
Deselects one or more cells in a Spreadsheet control found in a window.
OLECopy (Function)
Copies the object found in an OLE control into the Windows clipboard.
AJAX programming
The diagram below presents the use of "programmed AJAX" in a WEBDEV site......
<Panel>.Detach (Function)
Detaches a Dockable Panel control to transform it into a floating window.
<Chaîne OEM>.OemVersAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
<Spreadsheet>.InsertRow (Function)
Inserts an empty row into a Spreadsheet control found in a window.
<Dashboard>.AddWidget (Function)
Adds and displays a widget (internal window) in a Dashboard control.
SpreadsheetAddFormula (Function)
Adds a calculation formula into a Spreadsheet control found in a window.
SpreadsheetInsertRow (Function)
Inserts an empty row into a Spreadsheet control found in a window.
PanelSaveConfiguration (Function)
Saves the current configuration of the Dockable Panel controls of a window.
Web Camera control events
The following events appear by default in the WEBDEV code editor:
Windows,Title (External language)
Modifies the title of the next window (or dialog box) displayed.