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)....
SpreadsheetSelectPlus (Function)
Selects one or more cells in a Spreadsheet control found in a window.
DashAddWidget (Function)
Adds and displays a widget (internal window) in a Dashboard control.
Web Camera control events
The following events appear by default in the WEBDEV code editor:
SpreadsheetAddFormula (Function)
Adds a calculation formula into 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....
NoteCreate (Function)
Creates a Repositionable Note control in the curernt window through programming.
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.
OLECopy (Function)
Copies the object found in an OLE control into the Windows clipboard.
ProgressBar (Function)
Displays a progress bar in the status bar of current window.
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.
Windows,Title (External language)
Modifies the title of the next window (or dialog box) displayed.
Windows,TNext (External language)
Modifies the title of the next window (or dialog box) displayed.
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.
Events associated with HTML controls
WEBDEV includes different events associated with the HTML control......