ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SecretString (Variable type)
The SecretString type is used to manipulate strings contained in a password vault.
KeyCompareKey (Function)
Compares an initial key with an activation key.
SpreadsheetRestorePositionAndSelection (Function)
Restores: the scrollbar position in a Spreadsheet control, the current worksheet, the elements selected in the current worksheet of Spreadsheet control. These elements have been saved by SpreadsheetSavePositionAndSelection....
TableBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL table, from a query or from an HFSQL view into a physical file (on disk).
HToItem (Function)
Assigns the specified value to an item of the current record.
SFDelete (Function)
Deletes records from a Salesforce database.
GPSInfo (Function)
Returns the information about the location provider used by the application for geolocation functions.
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
Associating documents with the project
To describe a project in detail, you can associate documents with it......
MapPolygon (Variable type)
The MapPolygon type is used to define the characteristics of a polygon to be drawn on the map displayed in a Map control.
WiFiConnect (Function)
Connects the device to the specified Wi-Fi network.
SFUndelete (Function)
Restores previously deleted Salesforce records.
WidgetDisplay (Function)
Refreshes a widget window.
H.NumRec (Variable)
Contains the number of the physical record loaded in memory (which means the number of the last record read).
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....