ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WinInput (Function)
Identifies the window containing the WLanguage code currently run.
OLECopy (Function)
Copies the object found in an OLE control into the Windows clipboard.
ToastDisplayIW (Function)
Opens a toast whose content is based on an internal window.
MultitaskRedraw (Function)
Immediately redraws the window controls that will be graphically refreshed.
PanelDetach (Function)
Detaches a Dockable Panel control to transform it into a floating window.
SpreadsheetInsertRow (Function)
Inserts an empty row into a Spreadsheet control found in a window.
SpreadsheetInsertColumn (Function)
Inserts an empty column into a Spreadsheet control found in a window.
SpreadsheetSeek (Function)
Seeks a value in the cells of a Spreadsheet control found in a window.
PanelCreate (Function)
Creates a new Dockable Panel control in the current window.
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
BTLEInitialize (Function)
Initializes Bluetooth Low Energy (required in Windows and iOS only)
SysGetDC (Function)
Retrieves the DC (Device Context) of a window, control or screen.
WinRedraw (Function)
Immediately redraws the window controls for which a graphic update is required.
InfoWithTimeout (Function)
Displays an information message in a system information window for a set amount of time
Events associated with HTML controls
WEBDEV includes different events associated with the HTML control......
BTSelectDevice (Function)
Opens a system window to select a Bluetooth device.
EmulateSimulator (Function)
Emulates the window of the mobile (Android/iOS) simulator....
NoteDelete (Function)
Deletes a repositionable note found in the current window.
PanelLoadConfiguration (Function)
Restores the configuration of the Dockable Panel controls in a window.
<Spreadsheet>.InsertWorksheet (Function)
Inserts a worksheet into a Spreadsheet control found in a window.
<Spreadsheet>.DeleteWorksheet (Function)
Deletes a worksheet from a Spreadsheet control found in a window.
<Spreadsheet>.AddData (Function)
Adds a data into a Spreadsheet control found in a window.
<Spreadsheet>.AddWorksheet (Function)
Adds a worksheet into a Spreadsheet control found in a window.
<Window>.WindowBitmap (Function)
Creates the image of the specified window in a BMP file.
<String type>.AnsiToUnicode (Function)
Converts an ANSI string (Windows) to a UNICODE string.