ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Using the Vista style in your windows
WINDEV allows you to customize...
Project description: Theme tab
The project description window allows you to configure various elements of your project......
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......
pdfControlOption (Variable type)
The pdfControlOption type is used to get and set the following characteristics of an option of a control present in a PDF form: option text. selected or deselected state of the option....
Project description: Options tab
The project description window allows you to configure various elements of your project......
TriState (Property)
The TriState property is used to: Determine if a check box option supports 3 or 2 states. Determine if a TreeView control uses 3-state or 2-state check boxes. Change the type of an option in a check box: option with 3 states or with 2 states....
8. 10 tips for better interfaces...
7. Window templates
...Window templates...
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements......
Column of type Attribute
WINDEV and WEBDEV allow you to use columns of type "Attribute" in Table controls......
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
Style of windows: image and background color
To optimize the style of your screens, WINDEV and WINDEV Mobile allow you to use......
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both in the window editor and programmatically......
11. Window templates
WINDEV Mobile allows you to create window templates....
Custom tooltips
Tooltips are very useful for application users......
Border of controls
One of the most important elements of control style is its border......