ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
CalculatedDefaultValue (Property)
The CalculatedDefaultValue property is used to: Find out the SQL expression that defines the default value of an item. This item was defined in the data model editor or through programming. Define the SQL expression that returns the default value of an item (item described through programming only)....
MatDeterminant (Function)
Calculates the determinant of a square matrix (the number of rows is equal to the number of columns).
MatRead (Function)
Reads the value of a matrix element.
HStopServer (Function)
Stops an HFSQL server.
Creating the executable and the setup program
The languages supported by the application are taken into account......
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
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....
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns......
WinEdCreateNote (Function)
Creates a Repositionable Note control.
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
Events associated with Chart controls
List of events associated with the Chart controls...
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
ThreadMode (Function)
Changes the management mode of threads.
TwainToClipboard (Function)
Allows you to: copy the document coming from the Twain device into the clipboard. view the document coming from the Twain device in the user interface of device....
In-App purchases
The mobile systems (Android/iOS) allow their applications to propose content at extra cost, by using the payment system of App Store or Google Play......
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
MultimediaOpen (Function)
Opens a media file in a Multimedia control.
AAF: Increasing the height of the rows in the Table or Looper controls
In Table, TreeView Table and Looper controls, the user can resize the height of rows, in read-only or in edit......
Showing passwords (AAF)
By default, in password controls, characters are replaced with dots......
WinChangeLayout (Function)
Applies a specific layout to: a window. an internal window....