ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

DashLoadConfiguration (Function)
Restores the configuration of a Dashboard control.
PDF Reader control properties
You can manipulate PDF Reader controls in a window using the following WLanguage properties......
PDFMerge (Function)
Merges several PDF files into a single PDF file. Files are merged one after the other. The paths of the PDF files can be included in an array.
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
Error handling WLanguage procedure called by zipExtractDirectory
WLanguage procedure ("Callback") called if an error is encountered when extracting files with zipExtractDirectory.
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
TelemetryIdentifyUser (Function)
Identifies the current user for whom the telemetry data is saved.
FillType (Property)
The FillType property is used to determine the type of source used to populate Table, List Box, ListView, Combo Box and Looper controls.
DashAddWidget (Function)
Adds and displays a widget (internal window) in a Dashboard control.
grSmoothing (Function)
Smoothes a Line chart or a Scatter chart by using the "cubic splines" algorithm.
grAutoRefreshSeries (Function)
Identifies or defines whether a series is refreshed whenever the chart is drawn.
iPrintBlock (Function)
Forces a report block to print.
LooperModifyLine (Function)
Changes the values of the attributes in a row of a Looper control based on a data file or populated programmatically.
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
tapiDial (Function)
Dials a phone number for a voice line.
iListNestedReports (Function)
Returns: the list of nested reports currently printed (reports run by iPrintReport in one of the processes of the report currently printed). the list of sequenced reports currently printed (iSequenceAdd)....
BrightnessAuto (Function)
Returns or modifies the activation status of the automatic adjustment of the brightness on the device.
Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). from a WLanguage list....
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.