ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

GPSInfo (Function)
Returns the information about the location provider used by the application for geolocation functions.
Creating a RAD pattern
From version 12, a new RAD technology has appeared......
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....
SysSerialNum (Function)
Returns the IMEI number of the current device.
2. Projects in practice
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
Native Progress Connector: Programming with SQL functions
The use of SQL functions to handle Progress data does not require importing the file structure into the analysis......
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
Nested reports
The nested reports are used to print several reports (secondary reports) in a single report (main report)......
SFDelete (Function)
Deletes records from a Salesforce database.
xlsColumnType (Example)
Usage example of the xlsColumnType function
WinCopyForm (Function)
Copies the content of a form into the clipboard.
EditTokenCount (Function)
Returns the number of tokens present in a "Text token" Edit control.
iSequencingAddXLS (Function)
Adds an XLS or XLSX document into a sequence of report print jobs.
ThreadSuspend (Function)
Temporarily suspends the execution of the specified thread. Function not recommended.
TreeListItem (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView control.
fEncrypt (Example)
Usage example of the fEncrypt function
DiagramGroup (Function)
Creates a group from the elements selected in the Diagram Editor control.
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
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....
Appendix 5: Configuring the server
Bloque entièrement ou partiellement un fichier externe....
SFSeekDeleted (Function)
Seeks and retrieves the records (Salesforce objects) deleted during the specified period.