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...
Tilt (Property)
The Tilt property gets or sets the tilt of the map displayed in a Map control.
Creating the Relation windows of a WINDEV RAD pattern
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
Creating the Table windows of the WINDEV RAD pattern
ImageMode (Property)
The ImageMode property is used to get and change the display mode of an image in an Image control, in the column of a table of type Image or in the background of a Chart control in a window.
Image catalog
As soon as an image can be used (in a control, in a window, in a report, ......
Creating the link buttons in the windows of a WINDEV RAD pattern
LeftIndent (Property)
The LeftIndent property is used to get and change the space to the left of the text in a control.
SysThumbnailDeleteAll (Function)
Deletes all the buttons associated with the thumbnail of the application from the taskbar.
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
MaxButtonWidth (Property)
The MaxButtonWidth property is used to get and set the maximum width of a button in a tab pane.
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
Confirm (External language)
Displays a dialog box that includes a logo, a message, the "Yes", "No" and "Cancel" buttons ans returns the button validated by the user.
URL (Property)
The URL property is used to: Get the address associated with a control. Change the address associated with a control....
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
The Peeling Corner control
The "Peeling Corner" control is used to create a visual effect in a page by presenting an image partially covered by another one......
SysThumbnailDeleteButton (Function)
Deletes one of the buttons found in the thumbnail of the application from the taskbar.
SysThumbnailModifyButton (Function)
Modifies one of the buttons found on the application thumbnail in the taskbar.
14. Controls in practice
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
AdditionCompleted (Example)
Usage example of the AdditionCompleted property
1
5
6
7
8
9
205
>