ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Wire control properties
A Wire control can be handled in a window by the following WLanguage properties......
RTFLoad (Function)
Loads a file in RTF in an RTF control (found in a window or in a report).
ParentObject (Function)
Identifies the "parent" of a graphic object: control, column, window, page, ...
OpenContextMenu (Function)
Automatically opens a context menu for the current control, window or page.
FontSelect (Function)
Opens the standard window for font selection and selects the specified font.
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
Count (Function)
Returns the number of occurrences of a control in a window, in a page or in a group of controls.
Message (Function)
Displays or removes a message from the status bar of the current window or browser.
iSelectFont (Function)
Creates a new print font from the standard window for font selection...
WLanguage procedure called by OpenDocumentAsynchronous
WLanguage procedure ("callback") called by OpenDocumentAsynchronous after the edit window is closed.
<Window>.OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
WinBackgroundImage (Function)
Modifies the background image of a window and specifies the display mode of this image.
TimeLine control properties
A TimeLine control can be handled in a window by the following WLanguage properties.
WLanguage properties of Internal Window controls
List of WLanguage properties of Internal Window controls...
Properties associated with a supercontrol
List of properties associated with a supercontrol...
TreeMap control properties
A TreeMap control can be handled in a window by the following WLanguage properties.
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).......
Selecting the keywords associated with a page
The keyword selection window allows you to select the keywords to be associated with a help page......
Extracting messages added or modified since last extraction
A project was already created and translated......
1. What is a website?
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
Plane (Property)
The Plane property is used to: Get: the active plane of a window (or report) or the plane to which a control belongs. the active plane of a WEBDEV element. Change: the active plane of a window (or report) or associate a control with another plane. the active plane of a WEBDEV element....
Designing a supercontrol
A supercontrol is an advanced type of control......
Window management functions
List of functions for managing windows...