ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

gCircle (Function)
Builds a sequence of characters containing a circle or an ellipse.
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
StatSum (Function)
Calculates the sum for a series of values.
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.
grDeleteSeries (Function)
Deletes a data series from a chart.
MapAddMarker (Function)
Adds a new marker onto a map displayed in a Map control.
DeleteColumn (Function)
Deletes a column at a given position from the advanced array property (array of gglCalendar events, etc.).
NbReceived (Property)
Returns the number of parameters actually received by a procedure.
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
HSetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
KeySize (Property)
The KeySize property is used to set the characteristics of a text memo key item.
InServiceMode (Function)
Indicates whether the code is run in a service.
NbArrayElement (Property)
NbArrayElement is used to configure the number of elements in an array item.
NewRecord (Property)
The NewRecord property is used to determine if the record is a new record or if it comes from the data file.
Array management functions
List of functions for managing arrays...
HashCheckFile (Function)
Checks the Hash of a file for a specific type of algorithm.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
MatFill (Function)
Initializes all the elements found in a matrix of a given size.
HDeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).