ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

DeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.)....
XMLParentName (Function)
Returns the name of parent tag for the current element (tag or attribute).
DiagramSave (Function)
Saves a diagram as a "diag" file.
DiagramShapeToImage (Function)
Creates an image from a shape in a diagram (the shape can be displayed or not in the diagram).
AuthRefreshToken (Function)
Refreshes a user's OAuth2 token when it expires....
ArrayCopy (Function)
Copies the content of an array to another array.
oDriveConnect( Function)
Creates a connection to an Drive OneDrive.
<Chart>.ColumnSpacing (Function)
Indicates the spacing between each data category in a column chart or in a Minimum/Maximum stock chart....
<zipArchive variable>.FindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
<zipArchive variable>.Exist (Function)
Determines whether an archive exists.
End-user UI editing functions (prefix syntax)
ArrayDeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
XMLChild (Function)
Positions on the first child element of current element.
HRead (Function)
Reads a record in a file according to a given record number.
HStatNbRecRange (Function)
Returns an estimate regarding the number of entries for a given key item in a given interval of values.
<Chart>.TitleFont (Function)
Modifies the font used for the chart title.
<Array>.Shuffle (Function)
Shuffles the elements of a WLanguage array.
HExportCSV (Function)
Exports the records found in a data file (HFSQL or OLE DB), a view or a query to a CSV file.
<Chart>.AxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
HClusterState (Function)
Returns the status of an HFSQL cluster by interrogating its coordinator.
HClusterDeleteNode (Function)
Disables a node in a HFSQL cluster.
HErrorDuplicates (Function)
Used to check whether a duplicate error occurred.
HStatNbDuplicates (Function)
Returns the number of duplicates for a given key item.
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).