ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

grHMCaptionX (Function)
Modifies the caption of a category on the X-axis of a Heatmap chart.
grHMCaptionY (Function)
Modifies the caption of a category on the Y-axis of a Heatmap chart.
<Array>.InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
Camera control: decoding the bar codes (prefix syntax)
In iOS and Android, the bar codes can be decoded via the Camera control by BCCapture......
GetUUID (Function)
Calculates a 128-bit Universal Unique Identifier ("UUID").
Defining clickable areas
In a page, an Image control can contain clickable areas......
GetUUID256 (Function)
Calculates a 256-bit Universal unique identifier ("UUID").
Error 531: The negative or null subscripts are not allowed
TitleHeader (Property)
The TitleHeader property is used to: Get the title and aspect of a column title-header (Table or TreeView Table control). Get the number of column title-headers (Table or TreeView Table control). Change the title and aspect of a column title-header (Table or TreeView Table control)....
MenuAddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
SeekByProcedure (Function)
Seeks an element in a one-dimensional array by using a comparison procedure.
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
MenuAddMenu (Function)
Adds a new menu to an existing drop-down or context menu of a window or page.
Windows event management functions
List of functions for managing Windows events...
You used WINDEV Mobile 28
ExeRunning (Function)
Allows you to find out whether a 32-bit application is already run.
Handling a dynamic tab through programming (prefix syntax)
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
The "dynamic" Tab control (prefix syntax)
The "Dynamic tab" Tab control is used to display several windows in the same window......
Control management functions
List of functions for managing controls...
ERR_DISCONNECTED_ERROR
<TreeView>.TypeItem (Function)
Checks the existence of an element in a TreeView control and returns its type (node or leaf) if the element exists.
<TreeView Table>.TypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf) if the element exists.
<xmlNode variable>.ValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
XMLValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.