ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
iHLine (Function)
Prints a horizontal line at specified coordinates.
iVLine (Function)
Prints a vertical line at specified coordinates.
HIndexingInProgress (Function)
Indicates that a reindex operation is currently performed on an HFSQL data file and returns the percentage of reindexing already performed.
HStatNbRecRange (Function)
Returns an estimate regarding the number of entries for a given key item in a given interval of values.
ArrayIntersect (Function)
Returns an array corresponding to the intersection of two arrays.
ArrayUnion (Function)
Returns an array corresponding to the union of two arrays.
Font (Type of variable)
A Font variable creates a font programmatically...
Thread (Type of variable)
The Thread type allows you to define all the characteristics of a thread.
gglNotification (Type of variable)
The gglNotification type is used to define information about event notifications in a calendar.
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
XMLOut (Function)
Used to find out whether the element (tag or attribute) on which we want to be positioned is outside the XML document.
MoveLine (Function)
Allows you to: move a row in a two-dimensional WLanguage array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional WLanguage array or in an advanced array property....
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
CertificateCheckString (Function)
Checks the correspondence between a signature and a string.
RoundFloor (Function)
Returns: the numeric value rounded down to the nearest integer. the duration rounded down to the nearest interval. the date and time rounded down to the nearest interval....
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
TelemetryIdentifyUser (Function)
Identifies the current user for whom the telemetry data is saved.
zipSelectFile (Function)
Selects files from an archive.
New (Reserved word)
New is used to allocate memory space...