ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.ReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
FinInterestRate (Function)
Calculates the interest rate for a loan over a specific period of time with fixed payments.
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
TriState (Property)
The TriState property is used to: Determine if a check box option supports 3 or 2 states. Determine if a TreeView control uses 3-state or 2-state check boxes. Change the type of an option in a check box: option with 3 states or with 2 states....
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
Software Factory: Administrator options
Several options can be configured in the Software Factory administrator......
Legend (Property)
The Legend property is used to: Find out the label of a series. Modify the label of a series....
SpeechSynthesisInProgress (Function)
Used to find out whether a read operation is in progress on the engine for speech synthesis.
Developing an iOS 14 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc....
InfoVersion (Type of variable)
The InfoVersion type is used to find out the characteristics of a specific application version.
RegistryValueType (Function)
Returns the type of value found in the registry.
Constants for managing the registry
List of constants used by the registry management functions....
MDI functions
List of MDI functions...
IBANValid (Function)
Checks the validity of an International Bank Acount Number (IBAN).
RegistryRename (Function)
Renames a key in the registry.
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
fCacheDir (Function)
Returns the path of directory that will be used to store the data in cache on the internal storage space of application.
dVerticalSymmetry (Function)
Flips an image with respect to a vertical axis (symmetry with respect to a vertical axis).
dHorizontalSymmetry (Function)
Flips an image with respect to a horizontal axis (symmetry with respect to a horizontal axis).
SysCacheExternalStorage (Function)
Returns the path of directory that will be used to store the data in cache on the external storage space of application.
Handling Spreadsheet controls programmatically (in a report)
H.ErrIgnore (Variable)
Specifies the mode for processing the errors: the errors are processed by WINDEV the errors are processed by the program....
Standard FTP functions
List of standard FTP functions...
mongoResult (Type of variable)
The mongoResult type is used to find out the result during a search performed in a MongoDB database.
sfDeletedRecord (Type of variable)
The sfSeekDeletedResult type is used to find out the characteristics of a deleted record that was retrieved by SFSeekDeleted...