ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Button control
The Button control allows the user or the Web user to run a specific action with a simple click...
Auto-scrolling text
Sometimes, text in a Static Text or Button control can exceed the width of the control...
Drop-down button
The drop-down button expands:
  • a context menu.
  • a popup window.
Display modes of Tab control
To optimize the style of your tabs, you have the ability to use images and colors......
"Clickable" image in a window
WINDEV and WINDEV Mobile give you the ability to use clickable images......
Resizing a window (AAF)
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
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....
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
WINDEV: Windows created via the "window" RAD
The wizard for window creation proposes several types of windows associated with HFSQL tables......
Creating the menus for the pages of the WEBDEV RAD pattern
Multiple generation
Project configurations are used to easily define the different "targets" of your project......
Information 302: Ambiguity between a variable and a control
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
ActionLabel (Property)
The ActionLabel property gets and sets the label of the notification's action button....
Constants for managing dialog boxes
List of constants used by the functions for managing dialog boxes...
EmulateDialog (Function)
Emulates the next call to Dialog and automatically clicks the button passed in parameter.
EmulateOKCancel (Function)
Emulates the next call to OKCancel and automatically clicks the button passed in parameter.
EmulateYesNo (Function)
Emulates the next call to YesNo and automatically clicks the button specified in parameter.
EmulateConfirm (Function)
Emulates the next call to Confirm and automatically clicks the button passed in parameter.