ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

gCircle (Function)
Builds a sequence of characters containing a circle or an ellipse.
<Source>.Last (Function)
Sets the position on the last record of a data file according to a browse item.
<Source>.StatCalculate (Function)
Performs various statistical calculations on the file keys.
<Source>.ExportCSV (Function)
Exports the records found in a data file (HFSQL or OLE DB), a view or a query to a CSV file.
<Source>.ExportXLS (Function)
Exports records from a data file (HFSQL or OLE DB), view or query to an Excel file (XLSX).
<Source>.Read (Function)
Reads a record in a file according to a given record number.
<Source>.ExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
HTransactionInProgress (Function)
Used to find out whether a transaction is in progress.
ExecuteRefreshUI
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol.
RequestRefreshUIParent
Asks to run the "Request for refreshing the display" process of parent.
<Connection variable>.InfoBackup (Function)
Returns information about one or more backups performed on an HFSQL Client/Server server....
Open (Function)
Opens a modal WINDEV window.
<htmlNode variable>.FindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML node.
gImage (Function)
Builds a sequence of characters containing an image.
ArrayDeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Message (Function)
Displays or removes a message from the status bar of the current window or browser.
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
HStatCalculate (Function)
Performs various statistical calculations on the file keys.
grLegendFont (Function)
Modifies the font used for the chart legend.
grLabelFont (Function)
Modifies the font used for the category labels of a chart.
grLabel (Function)
Indicates various parameters of additional legend in a chart.
grSeriesLabel (Function)
Initializes the label of a data series in a chart.
HLast (Function)
Sets the position on the last record of a data file according to a browse item.