ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dRoundedRectangle (Function)
Draws a rounded rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
hbListTable (Function)
Retrieves the list of tables found on an HBase server.
hbGetTableDescription (Function)
Retrieves the description of an HBase table.
iPrintSignature (Function)
Prints an image of the signature in a rectangular area.
hbCreateTable (Function)
Creates an HBase table or modifies the description of an HBase table.
hbRead (Function)
Reads cells (values of items) of a row (record) in an HBase table.
hbWrite (Function)
Writes cells (values of items) to one or more rows (records) in an HBase table.
hbDeleteTable (Function)
Deletes an HBase table.
hbDelete (Function)
Deletes: one or more cells from an HBase table for one or more columns. a row from an HBase table....
SpreadsheetGetMerge (Function)
Used to find out whether a cell is merged with other cells and to get the name of merged cells.
SysIconDisplayTooltip (Function)
Displays a tooltip for an icon found in the taskbar.
fTempDir (Function)
Returns the name of directory used to store the temporary files.
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
iOSExcludeFileFromiCloud (Function)
Excludes a file from iCloud backup.
TableListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
LooperSavePositionAndSelection (Function)
Saves: the position of the scrollbar in a Looper control, the selected element(s). These elements can be restored by LooperRestorePositionAndSelection....
LooperRestorePositionAndSelection (Function)
Restores the scrollbar position in a Looper control as well as the selected elements.
SysDirExternalStorage (Function)
Returns the path of the directory that will be used to store files in the external storage space of the Android device.
SysStatusExternalStorage (Function)
Returns the availability status of the external storage space of the device.
SysCacheExternalStorage (Function)
Returns the path of directory that will be used to store the data in cache on the external storage space of application.
SysNbExternalStorage (Function)
Returns the number of external storage spaces found on an Android device.
SysMemoryExternalStorage (Function)
Returns the amount of available memory on the external storage area of the device.
SysRemovableExternalStorage (Function)
Used to find out whether the external storage space corresponds to the movable memory (SD Card).
fCacheDir (Function)
Returns the path of directory that will be used to store the data in cache on the internal storage space of application.
ScrollbarMaxPosition (Function)
Retrieves the maximum position of one of the horizontal or vertical scrollbars found in a control of a WINDEV application.