ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
StatSum (Function)
Calculates the sum for a series of values.
StatVariance (Function)
Calculates the variance for a series of values.
ToClipboard (Function)
Writes text or image information into the system clipboard.
BitwiseAND (Function)
Returns the result of the bitwise AND between two values.
EnumMenu (Function)
Returns: the name of nth option or sub-option found in the main menu of window. the name of nth option or sub-option found in a custom context menu (created with WINDEV or WINDEV Mobile)....
StatMax (Function)
Calculates the maximum value for a series of values.
StatMin (Function)
Calculates the minimum value for a series of values.
StatAverage (Function)
Calculates the arithmetic, geometric or harmonic mean for a series of values.
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
grSeriesLabel (Function)
Initializes the label of a data series in a chart.
grDeleteSeries (Function)
Deletes a data series from a chart.
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
grInfoXY (Function)
Returns information about the series found at a specific chart point.
grType (Function)
Identifies or modifies the type of chart.
ServiceWait (Function)
Pauses the current service during the specified duration.
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
PositionToLine (Function)
Returns the number of the line that contains a character identified by its position in a block of text.
StringReverse (Function)
Reverses the characters of a string.
RepeatString (Function)
Concatenates N number of copies of the same specified string or buffer.
InPHPMode (Function)
Indicates whether the code is run in PHP.
FinLinearRedemption (Function)
Calculates the value of linear amortization of a product over a specific period of time.
FinInterestRate (Function)
Calculates the interest rate for a loan over a specific period of time with fixed payments.
iEllipse (Function)
Prints an ellipse (in a rectangle).
RTFToHTML (Function)
Returns the HTML string corresponding to the specified RTF string.