ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
LooperDelete (Function)
Deletes a row from a Looper control.
StatSum (Function)
Calculates the sum for a series of values.
StatAverage (Function)
Calculates the arithmetic, geometric or harmonic mean 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.
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed as parameter.
iPrintReport (Function)
Prints a report created with the report editor.
StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
PropertyExist (Function)
Used to find out whether a property exists on a control or on a class instance.
dbgEnableAssert (Function)
Enables or disables the assertive programming.
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
HTTPRequest (Function)
Starts an HTTP request on a server.
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
sEscape (Function)
Runs different functions that directly affect the bits of serial port, parallel port or infrared port, independently of the communication protocol.
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
9. Types of standard controls
Types of standard controls...
Buttons within the input area of an Edit control
You can include different buttons in the input area of an Edit control......
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates). Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2....