ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
gpwModifyUser (Function)
Modifies a user in the database of user groupware.
Interface of WDInst
HFTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
FullTextIndex description (Type of variable)
A FullTextIndex description variable is used to describe one or more full-text indexes through programming.
MenuAddSeparator (Function)
Adds a new separator in a menu (drop-down or context menu).
ModbusWriteRegister (Function)
Writes one or more registers (16-bit values) to a Modbus slave, starting at a specific address.
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....
DeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.)....
TextToHTML (Function)
Converts text to HTML (carriage returns are replaced by <BR>, accented characters are replaced by their equivalent in HTML, etc.).
ChangeSkinTemplate (Function)
Dynamically changes the skin template: of all windows found in the current application, of the windows found in the WINDEV components used by the application, of a specific window found in the project....
CriticalSection (Function)
Enables a name or on-variable critical section in the statement USING ... IN.
<Table>.FormulaDeleteAll (Function)
Deletes all rows added with <Table>.FormulaAdd.
HTMLBuildString (Function)
Generates a UTF-8 string containing an HTML document.
<htmlDocument variable>.BuildString (Function)
Generates a UTF-8 string containing an HTML document.
<Source>.ListSynonym (Function)
Returns the list of synonyms used by a full-text index.
FutureHeight (Property)
The FutureHeight property is used to determine how high an auto-resizing control in a report will be after being enlarged.
inAppPurchaseProduct (Function)
Sends a request for purchasing an "In-App" product associated with the application.
inAppListProductInfo (Function)
Retrieves, from the store, information about the "In-App" products associated with the application.
Items (Property)
The Items property is used to configure the different items of a full-text index.
Writing an email: the available methods
This help page presents the methods for writing an email....
<TreeView>.Position (Function)
Displays a TreeView control from a specified element (node or leaf) or returns the name of the first element displayed in a TreeView control.
<aiNeuralNetworkModel variable>.Detect (Function)
Runs a trained neural network model on an image. This function allows you to use artificial intelligence to detect objects in an image.