ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FinRepayVal (Function)
Returns the amount of each regular payment for an investment with fixed interest rate and fixed payment.
HDeactivateServerTrigger (Function)
Disables a HFSQL Client/Server server trigger on a server....
FTPProxy (Function)
Specifies whether the communication functions that use the FTP protocol must go through a proxy to run their requests.
ContextOpen (Function)
Opens a new page context without returning the information to the browser.
NetworkUser (Function)
Identifies the name of the connected user.
grMask (Function)
Formats the data displayed by grLabel or by grTooltip.
HBuildKeyValueANSI (Function)
Regardless of the platform used, the data stored in the HFSQL files is in ANSI format.
HReadSeek (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).
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
HUpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
AccentSensitive (Property)
The AccentSensitive property is used to determine if accented characters are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
FinFutureVal (Function)
Returns the future value of an investment.
Border (Property)
The Border property is used to get and change the characteristics of the borders: for a report control or block. for a window control. for a cell of a Table control....
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
zipPassword (Function)
Defines the password used to add files into the specified archive and to extract files from the specified archive (RAR, ZIP and WDZ format).
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
WDInst: Configuring the uninstaller
The application uninstaller is the application that allows the end user to uninstall the application....
Drawing constants
List of constants used by the drawing functions....
EnumControl (Function)
Returns the name of Nth control found in the specified element.
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
HNext (Function)
Sets the position on the next data file record according to a browse item.
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...