ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LooperInsert (Function)
Inserts a row into a Looper control.
HNext (Function)
Sets the position on the next data file record according to a browse item.
HConvertX (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
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.
TimeToString (Function)
Converts a time to a string in the specified format.
HTTPRequest (Example)
Usage example of the HTTPRequest function
Shape (Property)
The Shape property allows you to handle the different shapes of an element.
HErrorPassword (Function)
After the execution of a read or write function in a data file, used to find out whether an error caused by a wrong password occurred on this data file.
FTPTime (Example)
Usage example of the FTPTime function
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
zipDeleteAll (Function)
Deletes all files from an archive.
Container column in a Table control
A cell found in a Table control can contain a set of controls......
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
FinDecreasingRedemption (Example)
Usage example of the FinDecreasingRedemption function
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
ConnectionTimeout (Property)
The ConnectionTimeout property is used to manage the connection timeout.
Certificate
The Certificate keyword can correspond to...