ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
<Input>.CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
<Menu>.Add (Function)
Adds an existing popup menu to the main menu of the current window.
<Popup>.Display (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
<Menu>.AddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
WLanguage procedure called by OpenPopupAsynchronous
WLanguage procedure ("callback") called by OpenPopupAsynchronous after the popup window is closed.
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
<Window>.OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
WLanguage procedure called by PopupDisplayPage
WLanguage procedure ("callback") called by PopupDisplayPage after the popup page is closed.
MaxSourceCardinality (Property)
The MaxSourceCardinality property gets and changes the maximum cardinality of the source item in the link.
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
The "Messaging" pane
The "Messaging" pane is used to exchange messages between the employees of a company......
GesturePointerType (Function)
Returns the type of pointer used on the device: finger, mouse or stylus.
Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
Control template
A control template is a set of controls that can be re-used in several windows or pages......
Characteristics of a PCL print
The result of a PCL print mainly depends on the technical features of the printer used (management of images and lines, management of fonts, ......
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
hServerOperation (Type of variable)
The hServerOperation type is used to get the characteristics of an operation performed on an HFSQL server.
2. Projects in practice
Discover the main operations that can be performed on a project....
MenuSelectPlus (Function)
Enables a menu option (popup menu or drop-down menu).
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
ControlGrayed (Function)
Grays a control or a group of controls. An animation can be set on the controls during this operation.
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
Reinitializing the parameters automatically saved
WINDEV allows you to automatically save the different application parameters......
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).