ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
ChangeSeparator (Function)
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
EventCreate (Function)
Creates an event.
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
geoGetAddress (Function)
Retrieves an address or a list of addresses corresponding to the description of a geographic location.
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
OrganizerDeleteAppointment (Function)
Deletes an appointment from an Organizer control.
CharactType (Function)
Returns information about the type of character.
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
Num1stDayOfTheWeek (Property)
The Num1stDayOfTheWeek property gets and sets the 1st day of the week displayed in: a Calendar control. an Organizer control. a Scheduler control. an edit control in Date format with Calendar....
HListFile (Function)
Returns the list of files: found in the current analysis or in a specific analysis recognized by the HFSQL engine. The files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. available on a connection via a native access or via an OLE DB driver. for a group of files defined in the data model editor....
MapMode (Property)
The MapMode property determines and changes how the map is displayed in the Map control.
geoAzimuth (Function)
Returns the direction represented by a location in relation to another one.
iPrintPDF (Function)
Prints the content: of a PDF file. of a buffer containing a PDF. of a PDF Reader control....
Height (Property)
The Height property is used to get and change the height: of a control or block in a report. of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control. of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not. of a break cell in a Table or Looper control....
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.