ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FinLinearRedemption (Function)
Calculates the value of linear amortization of a product over a specific period of time.
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
Managing the required input in WEBDEV
To prevent users from leaving a control empty, you can set it as a required field......
MyWindow (Reserved word)
MyWindow is used to handle the current window...
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
LooperModify (Function)
Changes the values of the attributes in a row of a Looper control.
HTTPCookieWrite (Function)
Adds or modifies a cookie in an HTTP request.
Style of pages: Background image
To optimize the style of your pages, WEBDEV allows you to use a background image in your pages......
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
Appointment (Type of variable)
The Appointment type is used to define the advanced characteristics of an appointment: time, location, ...
FinInterestRate (Function)
Calculates the interest rate for a loan over a specific period of time with fixed payments.
Time (Type of variable)
The Time type is used to easily handle the times...
Looper control functions
List of functions for managing Looper controls...
HModify (Example)
Usage example of the HModify function
The Line control
A Line control is used to display a line in a page......
OrganizerAddAppointment (Function)
Adds a new appointment to an Organizer control.
ODBCDatabaseName (Property)
ODBCDatabaseName is used to: Find out the name of the database used when printing a report based on a "query performed on a connection". Specify the name of the database used when printing a report based on a "query performed on a connection"....
ODBCConnectionName (Property)
The ODBCConnectionName property is used to: Identify the name of the ODBC connection used when printing a report based on a "query performed on a connection". Specify the name of the ODBC connection used when printing a report based on a "query performed on a connection"....
Handling a Web Component control through programming
MultimediaVolume (Function)
Returns or modifies the sound volume of the multimedia file played in a Multimedia control.
MultimediaDuration (Function)
Returns the size of the media file currently played (in milliseconds) in the Multimedia control.
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.