ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iNewLine (Function)
Prints a line (in Windows standard, with a rounded end) at specified coordinates.
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.
Count (Function)
Returns the number of occurrences of a control in a window, in a page or in a group of controls.
EnumElement (Function)
Used to enumerate the project elements: windows, pages, reports, queries, ...
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV site.
Message (Function)
Displays or removes a message from the status bar of the current window or browser.
WinAnimationOpening (Function)
Modifies the type and duration of animations used when opening the application windows.
WinAnimationClosing (Function)
Modifies the type and duration of the animation used when closing the application windows.
WinBackgroundImage (Function)
Modifies the background image of a window and specifies the display mode of this image.
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.
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......
Wire control properties
A Wire control can be handled in a window by the following WLanguage properties......
TimeLine control properties
A TimeLine control can be handled in a window by the following WLanguage properties.
RegistryFirstSubKey (Function)
Identifies the path of first subkey of specified key in the Windows registry.
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.
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window......
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......