ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ControlClone (Function)
Creates a new control from an existing control.
TabMDI (Property)
The TabMDI property is used to: Get the type of a Tab control (simple tab or dynamic tab - MDI). Change the type of a Tab control (simple tab or dynamic tab - MDI). This property is obsolete from version 200057. Use DynamicTab....
ControlPane (Function)
Returns the name of static or dynamic pane found in a Tab control associated with a control.
<Tab>.SaveConfiguration (Function)
Saves the configuration of dynamic tabs found in a Tab control in character string format.
TabSaveConfiguration (Function)
Saves the configuration of dynamic panes found in a Tab control in character string format.
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
The Cell control
The Cell control contains controls......
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
The "dynamic" Tab control (prefix syntax)
The "Dynamic tab" Tab control is used to display several windows in the same window......
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
The HTML control
The HTML control displays HTML pages or HTML code......
ERR_PARSER
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
1
2
3
4
5
6
353
>