ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

StatSum (Function)
Calculates the sum for a series of values.
Asc (Example)
Usage example of the Asc function
MemCreate (Function)
Creates a memory area.
MemSort_55 (Function)
MemSort_55 is kept for backward compatibility.
Compress (Function)
Compresses a string or a memory block (buffer) in binary format.
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
Val (Function)
Returns the numeric value of a character string.
WinOutWidth (Function)
Returns the full width of a window (including the border).
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)....
WinOutHeight (Function)
Returns the full height of the window (including the border, menu bar and title).
VideoStatus (Function)
Returns the status of a Camera control. Function kept for "Version-26-compatible" Camera controls....
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
TreeCopyItem (Function)
Copies an element (leaf or node) into a TreeView control.
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
StatVariance (Function)
Calculates the variance for a series of values.
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
StatVarianceP (Function)
Calculates the variance for a full series of values.
TreeInfoXY (Function)
Returns the TreeView element found at a given position.
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
RTFToText (Function)
Returns the text without the formatting characteristics specific to the RTF format.
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
RTFSearch (Function)
Finds a character string in an RTF control (found in a window or in a report) or in a character string containing text in RTF format.