ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
SpreadsheetSelectMinus (Function)
Deselects one or more cells in a Spreadsheet control found in a window.
Customizing the display of an Organization Chart control
To customize the interface of an Organization Chart control, you must use specific internal windows....
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.
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.
WinInput (Function)
Identifies the window containing the WLanguage code currently run.
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.
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.