ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
ControlEnabled (Function)
Enables a control or a group of controls in a window. An animation can be set on the controls during this operation.
VisualEffect (Property)
The VisualEffect property allows you to apply a visual effect on a control or group of controls in a window.
ControlVisible (Function)
Makes a control (or a group of controls) visible in a window. An animation can be set on the controls during this operation.
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
Properties associated with a group of controls
Several WLanguage properties can be used on a group of controls found in a window, in a page or in a report......
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming......
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
Supercontrol
A supercontrol is an advanced type of control......
DiagramUngroup (Function)
Dissociates the different shapes of a group in a Diagram Editor control.
Ribbon control properties
The WLanguage properties can be used to handle: a Ribbon control found in a window. a pane of a Ribbon control. a grouping of a Ribbon control....
RibbonCloseGrouping (Function)
Closes the group currently open in a Ribbon control.
<TreeMap>.SelectGroup (Function)
Visually selects a group of elements in a TreeMap control.
TreeMapSelectGroup (Function)
Visually selects a group of elements in a TreeMap control.
1
2
3
4
5
6
378
>