ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Diagram Editor control properties
If the image is an image map, you can include "Clickable areas" in the image......
Dockable Panel control properties
You can manipulate Dockable Panel controls in a window using the following WLanguage properties...
SelectColor (Function)
Opens the standard window for color selection and selects the specified color.
OpenContextMenu (Function)
Automatically opens a context menu for the current control, window or page.
SMSDelete (Function)
Deletes an SMS message from the memory of the Android phone. This function should no longer be used.
Native Container control properties
You can manipulate a Native Container control in a window using the following WLanguage properties......
HTML Display control properties
HTML Display control properties...
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
InitWindow (Function)
Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window.
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV website.
Second (Property)
The Second property is used to: Retrieve the number of seconds from a Time, DateTime or Duration variable. Modify the number of seconds in a Time, DateTime or Duration variable. Retrieve the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format) Modify the seconds or the number of seconds in a Date item (in "Date and Time" or "Duration" format)...
Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime or Duration variable. Modify the number of milliseconds in a Time, DateTime or Duration variable. Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)...
ConnectionCount (Function)
Returns the number of instances of the WEBDEV site currently run on the server.
SpreadsheetBorderSelection (Function)
Modifies the border of selected cells in a Spreadsheet control found in a window.
Events associated with a Web Component control
WEBDEV manages the following events by default (order of appearance in the code editor)...
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....