ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Certificate functions (prefix syntax)
The following functions are used to handle Windows certificates, using prefix syntax:
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined in Windows.
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
WinOutHeight (Function)
Returns the full height of the window (including the border, menu bar and title).
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
ControlFirst (Function)
Indicates the name of the first field specified in the tab order for the specified window.
Events associated with Java Applet controls
List of events associated with Java Applet controls...
WinAnimationNext (Function)
Modifies the type and duration of animations used when opening and closing the next window.
Page (Property)
The Page property is used to handle the page loaded in the WEBDEV Page control.
ControlFindTextNext (Function)
Finds and selects the next element corresponding to the sought text in a window or in a control.
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
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......
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......
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......
Using the UI modification when running a project or window test
End users can directly modify the interface of the application (according to the options specified by the developer).......
Designing a supercontrol
A supercontrol is an advanced type of control......
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").