ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Table>.SelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
<gglConnection variable>.Request (Function)
Sends a communication request (HTTP request) to a Google service.
UUID (Type of variable)
The UUID type is used to easily manage: UUIDs or GUIDs, automatic UUID HFSQL identifiers, identifiers for COM/Automation objects and interfaces, ......
<btleDevice variable>.GetAllServices (Function)
Retrieves all the services corresponding to a UUID.
<btleService variable>.GetAllCharacteristics (Function)
Retrieves all the characteristics with the same identifier associated with a Bluetooth Low Energy service.
<btleService variable>.GetACharacteristic (Function)
Retrieves the characteristic of a Bluetooth Low Energy service corresponding to the specified identifier (UUID).
<Table>.FilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
<Table>.SortedColumn (Function)
Returns the list of sorted columns found in a table.
<Table>.MoveLine (Function)
Moves a row or swaps two rows in a Table control.
<Table>.SwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
<Table>.EnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
<Table>.SelectPlus (Function)
Selects a row in a Table or TreeView Table control.
<gglConnection variable>.Connect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
<Table>.Select (Function)
Returns the index of the selected element in the Table or TreeView Table control.
<Table>.InputSearch (Function)
Enables input in the search area in the column title of the Table or Treeview Table control.
<Table>.Sort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
<Table>.Count (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
<Table>.ColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
<Table>.ModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
<Image variable>.Copy (Function)
Copies an image to another image.
<Image>.Copy (Function)
Copies an image to another image.
Functions for managing Table controls (prefix syntax)
List of functions for managing Table controls (prefix syntax)...
<Image variable>.Crop (Function)
Returns the cropped part of an image. This image is found in an Image variable.
<Image variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
<Image>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.