ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
<OEM string>.OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
<Dashboard>.AddWidget (Function)
Adds and displays a widget (internal window) in a Dashboard control.
ErrorBuild (Function)
Displays a custom error message in a system error window.
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.
WinRefreshVisible (Function)
Modifies or returns the visibility state of the refresh bar in a window.
PanelSaveConfiguration (Function)
Saves the current configuration of the Dockable Panel controls of a window.
AnimationPlay (Function)
Plays an animation when a control, a group of controls or a window is modified.
Web Camera control events
The following events appear by default in the WEBDEV code editor:
MultitaskRedraw (Function)
Immediately redraws the window controls that will be graphically refreshed.
Windows,Title (External language)
Modifies the title of the next window (or dialog box) displayed.
MyWindow (Reserved word)
The keyword MyWindow keyword is used to manipulate the current window...
SpreadsheetSelectMinus (Function)
Deselects one or more cells in a Spreadsheet control found in a window.
SchedulerAddTask (Function)
Creates a task in the Windows scheduler (if this task does not already exist).
SysWindowsVersion (Function)
Returns information about the Windows version used on the current computer.
ToastDisplayIW (Function)
Opens a toast whose content is based on an internal window.
PanelDetach (Function)
Detaches a Dockable Panel control to transform it into a floating window.
OpenChild (Function)
Opens a non-modal child window.
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
Programmed AJAX
The diagram below presents the use of "programmed AJAX" in a WEBDEV website......
BTLEInitialize (Function)
Initializes Bluetooth Low Energy (required in Windows and iOS only)
<Spreadsheet>.AddFormula (Function)
Adds a calculation formula into a Spreadsheet control found in a window.
<Panel>.Detach (Function)
Detaches a Dockable Panel control to transform it into a floating window.
<Page>.OpenChild (Function)
Opens a non-modal child window.