ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableSearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
TokenListSeparator (Property)
The TokenListSeparator property retrieves or modifies the separators that trigger the creation of new tokens when entering information in a "Text token" Edit control.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
VariantMember (Type of variable)
The VariantMember type is an advanced type corresponding to an array of members, each member being a variant variable.
TokenEnabled (Property)
The TokenEnabled property determines if an Edit control is a "Text token" Edit control.
picText (Type of variable)
The picText type is used to define all the advanced characteristics of a Text layer.
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
GglGetDocument (Function)
Downloads a document from the Google Docs service.
<Source>.ExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
Warning (Function)
Displays a custom message in a system warning window.
HStatNbDuplicates (Function)
Returns the number of duplicates for a given key item.
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response....
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
Replication of mobile data (Android or iOS)
The assisted universal replication is available in Android and iOS......
mongoDatabase (Type of variable)
The mongoDatabase type is used to define the characteristics of a database for a MongoDB server.
htmlDocument (Type of variable)
The htmlDocument type is used to define all the advanced characteristics of an HTML document.
docParagraph (Type of variable)
The docParagraph type is used to handle the characteristics of a paragraph in a DOCX document.
Arithmetic operators
The arithmetic operators are......
rssStream (Type of variable)
The rssStream type is used to handle a RSS stream...
rssIdentifier (Type of variable)
The rssIdentifier type is used to describe the unique identifier of a RSS stream entry...
RTFToText (Function)
Returns the text without the formatting characteristics specific to the RTF format.
XMLModify (Function)
Modifies the content of the current element found in the XML document.
HCreateView (Example)
Usage example of the HCreateView function
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.