ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
The Image control
The Image control is used to......
Markdown (Property)
The Markdown property is used to enable or disable Markdown formatting in the controls of a window or a report.
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
VerticalAlignment (Property)
The VerticalAlignment property gets and changes the vertical alignment of a control.
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
AnimationEnabled (Function)
Enables or disables the animations in the controls.
Handling a control through programming in a report
All report controls can be handled through programming......
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....
The different states of a Button control in a window
In WINDEV or WINDEV Mobile applications, Button controls can have multiple states......
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
Animation (Property)
The Animation property animates an image.
HTML control properties
You can manipulate HTML controls in a window, page or report using the following WLanguage properties......
1
3
4
5
6
7
370
>