ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TimeLine control properties
A TimeLine control can be handled in a window by the following WLanguage properties.
WLanguage procedure called by OpenPopupAsynchronous
WLanguage procedure ("callback") called by OpenPopupAsynchronous after the popup window is closed.
InSysNotificationMode (Function)
Used to determine if the application is launched from an interactive notification in "Windows 10".
MenuAdd (Function)
Adds an existing popup menu into the main menu of the current window.
WinInHeight (Function)
Returns the internal height of a window (without title bar and border).
WinBackgroundImage (Function)
Modifies the background image of a window and specifies the display mode of this image.
ParentObject (Function)
Identifies the "parent" of a graphic object: control, column, window, page, ...
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, ...
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.
Wire control properties
A Wire control can be handled in a window by the following WLanguage properties......
<Spreadsheet>.Load (Function)
Loads a file in XLSX format in a Spreadsheet control found in a window.
RegistryFirstSubKey (Function)
Identifies the path of first subkey of specified key in the Windows registry.
TreeMap control properties
A TreeMap control can be handled in a window by the following WLanguage properties.
<Image variable>.DrawPolygon (Function)
Draws a polygon in an Image variable.
StringToTime (Function)
Converts a time in character string format to a time in HHMMSSCC format that can be used by a Time variable].
Table,Select,? (External language)
Returns the index of the selected element in a Table control.
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
appServerScheduledTask (Type of variable)
The appServerScheduledTask type is used to manage a scheduled task of WEBDEV Application Server through programming (for a site or a webservice).
The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....