ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Diagram Editor control events
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
grWndSize (Function)
Defines the size of the window containing the chart.
iTransparentMagenta (Function)
Modifies the management mode of Magenta color in order for this color to be considered as being transparent (or not) in all the forthcoming prints.
BurnerSave (Function)
Burns the files found in the compilation onto the CD or DVD.
WLanguage procedure called by fListFile
WLanguage procedure ("Callback") called by fListFile for each file found.
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
HAddLink (Function)
Adds an integrity rule between two data files on the server.
HSecurity (Function)
Enables or disables the automatic security mechanism on one or more data files.
GroupNext (Function)
Reads the group of contacts found after the current group in the address book of a Lotus Notes or Outlook messaging.
NetSendBuffer (Function)
Transmits a character string to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
Events associated with ListView controls
List of events associated with ListView controls...
GroupFirst (Function)
Reads the first group of contacts found in the address book of a Lotus Notes or Outlook messaging.
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional array property of a variable type (xlsDocument variable for example)....
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
RequestUpdateUIParent (Function)
Asks to run the "Request for refreshing the display" process of parent. This function is kept for backward compatibility.
HSL (Function)
Creates a color from its hue, saturation and lightness.
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
dClear (Function)
Clears the content of an Image variable or Image control and fills it with the specified color.
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
2. Performance profiler
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 2 - Performance profiler - 15 min
dbgEndMemoryDiff (Function)
Saves a memory dump containing the memory resources that have been allocated and that have not been freed since the previous call to dbgStartMemoryDiff.
MapConfigureGglAPI (Function)
Declares additional parameters for the Map control that will be transmitted to the Google API.
Menu management functions
List of functions for managing menus...
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.