ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FinFutureVal (Example)
Usage example of the FinFutureVal function
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
HTTPRequest (Example)
Usage example of the HTTPRequest function
dFont (Example)
Usage example of the dFont function
iConfigure (Function)
Configures the printer for a print performed in WLanguage: by opening the configuration window. by modifying the printer used for the current print....
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
FinLinearRedemption (Function)
Calculates the value of linear amortization of a product over a specific period of time.
FinInterestRate (Function)
Calculates the interest rate for a loan over a specific period of time with fixed payments.
ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control. Scrolling internal windows: Modifies the window currently displayed. This modification is saved in the list of internal windows to scroll....
FinCurrentVal (Example)
Usage example of the FinCurrentVal function
GPSGetPosition (Function)
Retrieves information about the current device position.
Compile (Example)
Usage example of the Compile function
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
fCurrentDrive (Function)
Gets or sets the current drive.
sInExitQueue (Function)
Retrieves the number of bytes waiting to be transferred in the output buffer of the specified serial port or parallel port.
Natif DB2 Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to DB2......
fSelect (Example)
Usage example of the fSelect function
HDeactivateFilter (Example)
Usage example of the HDeactivateFilter function
ParallelTask (Type of variable)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
Installing a SOAP server with Netscape iPlanet 4.1
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....