ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FileDisplay (Function)
Displays a file in the browser of Web user.
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.
StatVariance (Function)
Calculates the variance for a series of 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.
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
dbgCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
WinStatus (Function)
Identifies or modifies the window status.
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
TableCollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
<Table>.MoveLine (Function)
Moves a row or swaps two rows in a Table control.
XMLData (Example)
Usage example of the XMLData function
<Looper>.AddLine (Function)
Adds a row at the end of a Looper control.
<Image>.DrawPoint (Function)
Draws a point in an Image control.
<Image variable>.DrawPoint (Function)
Draws a point in an Image variable.
fTempFile (Example)
Usage example of the fTempFile function
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
FTPRenameFile (Example)
Usage example of the FTPRenameFile function