ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fCopyFile (Function)
Copies one or more files (regardless of their attributes).
fWrite (Example)
Usage example of the fWrite function
fListFile (Example)
Usage example of the fListFile function
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
fMoveFile (Function)
Moves a file from one directory to another.
iPrintZone (Example)
Usage example of the iPrintZone function
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
fCopyFile (Example)
Usage example of the fCopyFile function
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....
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......
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
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.
EnumerationFromValue (Function)
Returns an enumeration value known by its associated value.
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.