ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Button control
The Button control allows the user or the Web user to run a specific action with a simple click...
Drop-down button
The drop-down button expands:
  • a context menu.
  • a popup window.
Auto-scrolling text
Sometimes, text in a Static Text or Button control can exceed the width of the control...
WidthWithAnimation (Property)
The WidthWithAnimation property is used to modify the width of a cell of a Layout control with the "Resize cell" animation defined: in the "Advanced" tab of the project description window ("Control animation" button). in the "Style" tab of the control or project....
CalendarButton (Property)
The CalendarButton property is used to determine and specify whether a Date Edit control has a button to display a popup calendar.
SubCaption (Property)
The SubCaption property is used to get and change: the secondary caption of an option found in a Radio Button or Check Box control. the secondary caption of an element found in a TreeMap control....
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.
WithNewButton (Property)
The WithNewButton property is used to: Determine if a Dynamic Tab control has New tab button (+). Configure a Dynamic Tab control to show a New tab button....
13. Types of standard controls
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
On/Off button in a window
The on/off button is a button that operates like a check box......
Magnetic mouse: automatically moving the cursor on the default button
The mouse cursor can be automatically positioned on the default button when the window is opened......
Skin template
WINDEV, WEBDEV and WINDEV Mobile allow you to customize the interface of your applications via several preset interfaces......
TabOffset (Property)
The TabOffset property is used to get and change the offset between the border of a Tab or Ribbon control and the tab buttons.
WithClosingButton (Property)
The WithClosingButton property is used to: Determine whether all the tabs of a Dynamic Tab control have a Close button. Show a Close button in all the tabs of a Dynamic Tab control....
Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......
EmulateCombo (Function)
Emulates one of the following actions on a Combo Box control: click on the button to expand the list of the Combo Box control. select an element in a Combo Box control....
Ellipsis (Property)
The Ellipsis property is used to determine and change the truncation mode with ellipses in: a window control (Static, edit control, List box, Button, Combo box or Static table column). a Static control in a report....
Automatic button execution (Window)
To force an action on a window, all you have to do is define a button of this window in "Automatic execution" mode......
Importing a non-WINDEV window
You are interested by a window found in a non-WINDEV application?......
Pushed (Property)
The Pushed property is used to get and change the state of a two-state button (pressed or released).
Height (Property)
The Height property is used to get and change the height: of a control or block in a report. of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control. of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not. of a break cell in a Table or Looper control....
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
WINDEV: Example of programmed Drag and Drop
Interface checker
The advanced interface checker is a tool used to harmonize the positioning of controls in the different application windows......
Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)......
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
Data persistence
The data persistence is used to store the value typed by the user......
1
2
3
4
5
6
205
>