ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DashDelete (Function)
Deletes a widget displayed in a Dashboard control. The Dashboard control is updated and a free location replaces the deleted widget.
DashDeleteAll (Function)
Deletes all widgets displayed in a Dashboard control.
grHMDeleteColor (Function)
Deletes the colors specified by grHMColor from a Heatmap chart.
grSeriesPointType (Function)
Modifies the type of point for a series found in a Line, Area, Scatter and Radar chart.
ModbusSendRawFrame (Function)
Sends a raw frame to a Modbus slave. This enables communication with devices that do not strictly comply with the Modbus standard.
Token (Type of variable)
The Token type is used to define all the advanced characteristics of a token displayed in an edit control.
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
PopupClose (Function)
Hides a popup displayed in the page via PopupDisplay.
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
Automation object
The Automation keyword is used to declare an automation object...
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
FBGetUserInformation (Function)
Retrieves the Facebook information of connected user.
dTransferToImage (Function)
Creates an image from a buffer of pixels encoded in a specific format. This function is an advanced function. This function is mainly used to handle the images returned by external APIs via Image variables....
MarginInterCell (Property)
The MarginInterCell property is used to: find out the margin between rows or columns in a Layout control. modify the margin between rows or columns in a Layout control....
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.
grSeriesType (Function)
Defines the type of series used in a composite chart (chart containing several types of charts).
xmlAttribute (Type of variable)
The xmlAttribute type is used to handle the attributes of a node in an XML document.
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a data file accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
PageDisplay (Function)
Displays a web page in the user's browser....