ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.
fCreate (Function)
Creates an external file.
Comment (Property)
The Comment property is used to manage comments.
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text format......
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).
TableFilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
Constants for manging the replication
List of constants used by the functions for managing the replication....
Link (Property)
The Link property is used to get and change the link of an element.
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
CharacterSpacing (Property)
The CharacterSpacing property gets and sets the spacing between characters.
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
fCompress (Function)
Compresses a file.
TwainListSource (Function)
Returns the list of drivers for the Twain devices connected to the current computer.
iPrintReport (Function)
Prints a report created with the report editor.
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
SQLConnect (Example)
Usage example of the SQLConnect function