ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iTransparentMagenta (Function)
Modifies the management mode of Magenta color in order for this color to be considered as being transparent (or not) in all the forthcoming prints.
BitcoinCoreConfigure( Function)
Specifies Bitcoin Core server connection parameters, in order to use BitcoinCoreXXXX functions.
<Window>.ToSource (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
<Source>.FromWindow (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
The structure of the file for remote control
The management of remote control uses a file in INI format......
Dialog box management functions
List of functions for managing dialog boxes...
<Connection variable>.SimulateNetwork (Function)
Simulates the operating mode of HFSQL Client/Server on an ADSL or 3G network....
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
Camera control: decoding the bar codes (prefix syntax)
In iOS and Android, the bar codes can be decoded via the Camera control by BCCapture......
<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.)....
grHMCaptionX (Function)
Modifies the caption of a category on the X-axis of a Heatmap chart.
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).
grHMCaptionY (Function)
Modifies the caption of a category on the Y-axis of a Heatmap chart.
GetUUID (Function)
Calculates a 128-bit Universal Unique Identifier ("UUID").
GetUUID256 (Function)
Calculates a 256-bit Universal unique identifier ("UUID").
Error 531: The negative or null subscripts are not allowed
SeekByProcedure (Function)
Seeks an element in a one-dimensional array by using a comparison procedure.
Defining clickable areas
In a page, an Image control can contain clickable areas......
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.
Control management functions
List of functions for managing controls...
Windows event management functions
List of functions for managing Windows events...
You used WINDEV Mobile 28
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......
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.