ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

StringBuild (Function)
Builds a character string from an initial string and parameters.
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
<Report>.InitQuery (Function)
Initializes the query linked to the report (for a query with parameters).
SelectionOnly (Property)
The SelectionOnly property is used to: Find out which elements of the Table or TreeView Table control will be printed: print all the records or the selected records only. Change the print mode of rows in the Table or TreeView Table control: print all records or the selected records only....
<Chart>.SaveParameter (Function)
Saves the parameters of a chart in the format of a compressed string.
XLSCell type: MaskWD property
The MaskWD property of the xlsDocument type is used to define the display mask in WINDEV or WEBDEV format that will be used in the Excel cell ("DD/MM/YYYY" for example)......
Table,Get (External language)
Retrieves the value of a given element or the value of the selected element in a table.
SpreadsheetBorderSelection (Function)
Modifies the border of selected cells in a Spreadsheet control found in a window.
SpreadsheetGetSelection (Function)
Retrieves the list of selected cells in a Spreadsheet control found in a window.
LooperRestorePositionAndSelection (Function)
Restores the scrollbar position in a Looper control as well as the selected elements.
<Looper>.RestorePositionAndSelection (Function)
Restores the scrollbar position in a Looper control as well as the selected elements.
<Spreadsheet>.GetSelection (Function)
Retrieves the list of selected cells in a Spreadsheet control found in a window.
<Table>.Select (Function)
Returns the index of the selected element in the Table or TreeView Table control.
<Spreadsheet>.BorderSelection (Function)
Modifies the border of selected cells in a Spreadsheet control found in a window.
DocOpen (Function)
Opens a Word Processing file (docx format) in Read/Write mode. The docx file is opened and locked until it is closed....
SelectionIfReadOnly (Property)
The SelectionIfReadOnly property is used to determine and specify if the content of an Edit control can be selected when in read-only mode.
Pinned control in a window
A pinned control remains visible even if the user moves the scrollbar of the container to display a non-visible area......
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
GPSInitParameter (Function)
Initializes the parameters of geolocation WLanguage functions and finds a location provider.
Compilation options
The compilation options allow you to define the help system generation settings......
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
Monitoring robot: General check parameters
The general parameters of the check must be defined when creating or modifying a check......
GetCountryISO (Function)
Returns the desired ISO code of a country corresponding to the caption or ISO code (of a different type) of the country according to the ISO 3166-1 standard.
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......