ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Repositionable Note control properties
A Repositionable Note control can be handled in a window by the following WLanguage properties......
MinHeight (Property)
The MinHeight property is used to get and change the minimum height of a control or window.
MaxWidth (Property)
The MaxWidth property is used to get and change the maximum width of a control or window.
MinWidth (Property)
The MinWidth property is used to get and change the minimum width of a control or window.
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.
WinOutHeight (Function)
Returns the full height of the window (including the border, menu bar and title).
ControlFirst (Function)
Indicates the name of the first field specified in the tab order for the specified window.
WinAnimationNext (Function)
Modifies the type and duration of animations used when opening and closing the next window.
ControlFindTextNext (Function)
Finds and selects the next element corresponding to the sought text in a window or in a control.
Select query description window: Items used
Organization Chart control properties
An Organization Chart control can be handled in a window by the following WLanguage properties......
MaxHeight (Property)
The MaxHeight property is used to get and change the maximum height of a control or window.
Dashboard control properties
A Dashboard control can be handled in a window by the following WLanguage properties......
Properties associated with a menu or with a menu option
Several WLanguage properties can be used on a menu found in a window or in a page......
TreeView control properties
The TreeView controls found in a window or in a page can be handled by the WLanguage properties......
Action Bar properties
You can manipulate Action Bars in a window using the following WLanguage properties.
Camera control properties
You can handle Camera controls in a window using the following WLanguage properties......
LST: The Technical Support Newsletter, the WINDEV and WEBDEV magazine
AddVoiceCommand (Function)
Adds a voice command into the current window. From version 17, this function is replaced with SpeechRecognitionAddCommand.
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
WINDEV License Agreement
Cherche les éléments d'un noeud HTML correspondant à une balise....
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
The use of the Automation type in a site is reserved for the advanced users