ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CalculatorButton (Property)
The CalculatorButton property is used to determine and indicate whether a Numeric or Currency Edit control has a button to display a popup calculator.
RightClick (Property)
The RightClick property gets and sets the name of the Button control that will be executed when an object is right-clicked.
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
DoubleClick (Property)
The DoubleClick property gets and sets the name of the Button control that will be executed when a control is double-clicked.
ERR_DISCONNECTED_EXEC
Query: Displaying the records corresponding to a given period
When a "Date" item is found in the query, you have the ability to only select the records corresponding to a given period......
HeightHalfExpanded (Property)
The HeightHalfExpanded property gets and sets the "half-expanded" height of the bottom sliding window associated with the current window.
Rich text, links and images in the WEBDEV controls
Rich text supports multiple advanced features: font, weight, size, color, attribute, ......
11. Choosing the action of a button/link
WEBDEV styles
The WEBDEV styles are advanced styles, easier to use than the CSS styles......
WEBDEV Image Editor control: Features
The WEBDEV Image Editor control includes many features, accessible via several ribbons at the top and bottom of the control......
WLanguage procedure associated with YesNoAsynchronous
Procedure ("Callback") called by YesNoAsynchronous when the user clicks one of the buttons in the dialog box. This procedure can be a local, global, internal or lambda procedure.
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
WLanguage procedure called by OKCancelAsynchronous
Procedure ("Callback") called by OKCancelAsynchronous when the user clicks one of the buttons in the dialog box. This procedure can be a local, global, internal or lambda procedure.