ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Line control
A Line control is used to display a line in a page......
ON (Reserved word)
The ON keyword is used exclusively in the automated tests generated by WINDEV and WEBDEV.
fDirSize (Function)
Returns the size of a directory in bytes.
TableColumnSelect (Function)
Returns the column number corresponding to one of the columns selected in the Table control. This function is kept for backward compatibility. It is recommended to use TableSelect.
Organizer control functions
The following functions are used to manage the Organizer control:...
IWListDelete (Function)
Deletes an internal window found in the list of internal windows browsed by an Internal Window control.
MapModifyMarker (Function)
Modifies a marker displayed in a Map control.
TelemetryAddPassage (Function)
Signals the code execution for a passage sensor.
BTLEConnect (Function)
Used to connect to a Bluetooth Low Energy device.
The Native Container control
The Native Container control is used to manage the controls not created with WINDEV or WINDEV Mobile......
JSMethod (Function)
Used to run a JavaScript method on an element found in the current page.
TreeInfoXY (Function)
Returns the TreeView element found at a given position.
TextProgressBar (Property)
The TextProgressBar property gets and sets the text displayed in a progress bar.
Programming the browsing Looper controls
These are the main concepts for programming Looper controls based on a data file......
Retrieving the coordinates of a click in a clickable image
If the click action of the image is set to "Server call", you can get the click coordinates when the image is clicked in the browser......
EmailReadNext (Example)
Usage example of the EmailReadNext function
SocketExist (Function)
Checks the existence of socket.
CheckUserIDentity (Function)
Allows you to check the real identity of the current user via biometrics check.
GglListContactGroup (Function)
Retrieves the list of groups of contacts associated with the specified Google account.
Multitask (External language)
Allows the programs currently run to process the Windows messages or runs a temporization.
Undocked (Property)
The Undocked property is used to determine if a pane of a Tab or Ribbon control is undocked.
Replication (Property)
The Replication property is used to: determine the replication mode used for a data file (defined in the data model editor or programmatically). specify the replication mode used for a data file (file described programmatically only)....
CursorDisplay (Function)
Displays or hides the mouse cursor.
ClipboardHeight (Function)
Calculates the height of an image (in bitmap format) found in the clipboard.
fClose (Example)
Usage example of the fClose function