ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

AssistedInputAdd (Function)
Adds a row to the list of values available in the input suggestions of an Edit control.
PVTInfoXY (Function)
Returns the values of headers corresponding to a position in a Pivot Table control in pixels.
<Table>.FilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
<Multimedia>.Volume (Function)
Returns or modifies the sound volume of the media file played in a Multimedia control.
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
LooperAddIP (Function)
Adds a row as an internal page at the end of a Looper control populated programmatically.
TableToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
RulerValue (Property)
The RulerValue property is used to get or change the position of the playhead in a TimeLine control.
<Map>.DisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
<Looper>.Save (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
<Table>.fromJSON (Function)
Populates a Table or TreeView Table control with the contents of a JSON string or variable.
Page (Property)
The Page property is used to handle the page loaded in the WEBDEV Page control.
<Spreadsheet>.AddLink (Function)
Creates a link in a Spreadsheet control cell. The text in the cell becomes the link.
<Map>.InfoXY (Function)
Returns the geographical position (latitude and longitude) corresponding to a point in a Map control.
HintTextColor (Property)
The HintTextColor property gets and sets the hint text color of an Edit control.
PVTListPositionHeader (Function)
Returns all values associated with a row or column header in a Pivot Table control.
HTMLEditorToEmail (Function)
Exports the content of an HTML Editor control to an Email variable (to send the email).
MultimediaDuration (Function)
Returns the size of the media file currently played (in milliseconds) in the Multimedia control.
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
LooperBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Looper control.
<Pivot Table>.Save (Function)
Saves the result of the calculation performed in a Pivot Table control (in a file or in memory).
Parameters of the procedure used by ListProcedureLoadImage
WLanguage procedure ("callback") executed to load the images displayed in a ListView control.
<Looper>.ModifyIP (Function)
Modifies a row corresponding to an internal page in a Looper control populated programmatically.
The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user....