ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Events associated with Java Applet controls
List of events associated with Java Applet controls...
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
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.
Web Camera control events
The following events appear by default in the WEBDEV code editor:
ProgressBar (Function)
Displays a progress bar in the status bar of current window.
MyWindow (Reserved word)
The keyword MyWindow keyword is used to manipulate the current 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.