ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Icon
The "Icon" keyword corresponds to the Icon type, or to the Icon property.
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
2. Creating tables in the database schema
WINDEV Tutorial: Creating a WINDEV project and its database schema Lesson 2 - Creating tables in the database schema - 40 min
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
AutomaticTooltip (Property)
The AutomaticTooltip property is used enable or disable automatic tooltips on List Box, Table and TreeView Table controls.
SOAPAddSAMLAssertion (Function)
Adds a SAML assertion to a Webservice request.
gFontStrikeout (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is crossed out or not.
HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc.
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
Label report
The report editor allows you to create "Label" reports......
Variable scope
Variables can be declared anywhere in the code....
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
grSourceSeries (Function)
Defines the source of a series.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific movements......