ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Manipulating TreeView controls programmatically (prefix syntax)
WINDEV, WINDEV Mobile and WEBDEV allow you to manipulate a TreeView control through programming......
Combination (Type of variable)
A combination is a set of options.
Exp (Function)
Calculates the exponential of a numeric value (reverse of Napierian logarithm).
ConfigureAWPContext (Function)
Configures the operating mode of the AWP context.
FramesetRefresh (Function)
Refreshes a frameset displayed in the user's browser from the context on the server....
Factorial (Function)
Returns the factorial of an integer number.
<Source>.ExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
fStopCompress (Function)
Stops the operation used to compress or decompress a file.
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
Debugging functions
List of debugging functions...
<zipArchive variable>.IsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
<zipArchive variable>.ExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
<zipArchive variable>.ExtractAll (Function)
Extracts all files from an archive and decompresses them.
<zipArchive variable>.InfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
<zipArchive variable>.Open (Function)
Opens an existing archive.
<zipArchive variable>.OpenCAB (Function)
Opens an existing archive in CAB format.
<zipArchive variable>.Create (Function)
Creates an archive.
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
HSL (Function)
Creates a color from its hue, saturation and lightness.
HCreateMovableReplica (Function)
Creates a movable replication.
Column of type Attribute
WINDEV and WEBDEV allow you to use columns of type "Attribute" in Table controls......
zipOpenCAB (Function)
Opens an existing archive in CAB format.
zipCreate (Function)
Creates an archive.
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......