ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

8. External component
An external component is a set of WINDEV Mobile elements: windows, reports, analysis, etc....
FinDecreasingRedemption (Function)
Calculates the amortization value of a good over a specific period of time, via the formula for fixed-rate decreasing amortization.
Error 1038: This member already exists in the class
dBlur (Function)
Blurs the entire given area: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Hasp functions
The dongles of Hasp family (Hasp3, Hasp4, NetHasp, memoHasp and Hasp HL) are used to protect the applications developed with WINDEV or WEBDEV......
4. HFSQL Classic
AIDetectModel (Function)
Runs a trained neural network model on an image. This function allows you to use artificial intelligence to detect objects in an image.
WDInst: configuring the characteristics of the file setup
WDInst is used to configure the installation of files......
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
Search in SCM history
The search in the history allows you to perform an advanced search in the history of operations performed in the SCM......
SpreadsheetSelectWorksheet (Function)
Selects a worksheet (identified by its name) in a Spreadsheet control.
Summary table: Managing the application directories according to the platform
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
PanelSaveConfiguration (Function)
Saves the current configuration of the Dockable Panel controls of a window.
HFSQL Client/Server: Managing the ports
The ports used by the HFSQL Client/Server server......
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......
WiFiSelectNetworkCard (Function)
Selects the Wi-Fi network card that will be used for the next calls to the WiFi functions.
FullScreen (Function)
Enables or disables the full-screen mode in the applications in Universal Windows 10 App mode.
Constants for managing Big Data Redis databases
ModbusWriteRegister (Function)
Writes one or more registers (16-bit values) to a Modbus slave, starting at a specific address.
<modbusSession>.WriteRegister (Function)
Writes one or more registers (16-bit values) to a Modbus slave, starting at a specific address.
<Source>.NoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
AppControl (Function)
Enables (or disables) the remote control for the current multi-user WINDEV application. This is an advanced function.
MenuState (Function)
Identifies the state of a menu option (context menu or drop-down menu): active, inactive or invisible.
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.