ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
BurnerSelect (Function)
Used to select the default burner.
SQLFirst (Example)
Usage example of the SQLFirst function
dModifyHSL (Function)
Modifies the hue, the saturation and the lightness of an image found: in an Image control, in an Image variable....
Organizer control properties
Several WLanguage properties can be used on an Organizer control found in a window......
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
MapModifyMarker (Function)
Modifies a marker displayed in a Map control.
ToolTipTitle (Property)
The ToolTipTitle property gets and sets the text displayed in the tooltip associated with the column title of a Table control. This tooltip only appears when the Table control column title is hovered over.
Calling a procedure/a function
Syntax for calling a local or global procedure.
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
SysEnvironment (Function)
Returns the environment variables of the operating system for the current computer.
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
iConfigureReport (Function)
Configures the printer by opening the configuration window (WINDEV and WINDEV Mobile).
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
SQLFirst (Function)
Positions on the first row of the query result.
Query editor: Characteristics
Process (Property)
The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
fEncrypt (Example)
Usage example of the fEncrypt function
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
SysChangeEnvironment (Function)
Modifies the environment variables of the operating system found on the current computer.
Border (Type of variable)
The Border type is used to handle a border through programming...
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
ToastDisplay (Function)
Displays a "Toast" message.