ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EnumerationFromValue (Function)
Returns an enumeration value known by its associated value.
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
fCopyFile (Example)
Usage example of the fCopyFile function
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
BurnerMediaType (Function)
Used to find out and modify the format of the CD or DVD to burn.
Plane (Property)
The Plane property is used to: Get: the active plane of a window (or report) or the plane to which a control belongs. the active plane of a WEBDEV element. Change: the active plane of a window (or report) or associate a control with another plane. the active plane of a WEBDEV element....
<Image>.DrawPoint (Function)
Draws a point in an Image control.
<Image variable>.DrawPoint (Function)
Draws a point in an Image variable.
EnumerationCheckName (Function)
Checks whether an enumeration value known by its name is valid.
iPrintZone (Example)
Usage example of the iPrintZone function
EnumerationFromName (Function)
Returns an enumeration value known by its name.
CombinationFromValue (Function)
Returns a combination of one or more options known by their associated values.
CombinationFromName (Function)
Returns a combination of one or more options known by their names.
CombinationCheckName (Function)
Checks whether a combination of one of more options known by their names is valid.
EnumerationCheckValue (Function)
Checks whether an enumeration value known by its associated value is valid.
ExtractLine (Function)
Extracts a specific line from a character string.
StatVarianceP (Function)
Calculates the variance for a full series of values.
SQLExec (Example)
Usage example of the SQLExec function
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
Info (Function)
Displays a custom message in a system information window.
Properties associated with the attributes of a Looper control
The attributes of a Looper control found in a window or in page can be handled by the WLanguage properties......
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.