ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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......
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.
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
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......
Repositionable Note control properties
A Repositionable Note control can be handled in a window by the following WLanguage properties......
Dashboard control properties
A Dashboard control can be handled in a window by the following WLanguage properties......
MaxWidth (Property)
The MaxWidth property is used to get and change the maximum width of a control or window.
TreeView control properties
The TreeView controls found in a window or in a page can be handled by the WLanguage properties......
Camera control properties
You can handle Camera controls in a window using the following WLanguage properties......
ErrorWithTimeout (Function)
Displays a custom error message in a system error window for a set amount of time.
ERR_BAD_CONTEXT_INVALID
Style of a control
As soon as it is created, a control is associated with a style......
End of break block
The End of break block is optional......
Designing a supercontrol
A supercontrol is an advanced type of control......
Share your projects via Git
Git is a source code manager......
NFCReadTag (Function)
Starts reading a NFC tag or enables the detection of NFC tags for the current window.
Creating a combining query
A combining query (corresponding SQL statement: UNION) ......
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......