ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

grSourceCategoryLabel (Example)
Usage example of the grSourceCategoryLabel function
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
Token (Type of variable)
The Token type is used to define all the advanced characteristics of a token displayed in an edit control.
Events associated with a Spreadsheet control
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
ListDelete (Example)
Usage example of the ListDelete function
ListSelect (Example)
Usage example of the ListSelect function
ControlClone (Example)
Usage example of the ControlClone function
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
HAlias (Function)
Creates a logical alias of a table (or query) or cancels all existing aliases.
SQLFirst (Function)
Positions on the first row of the query result.
HBackup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
MyGuidedTour
The MyGuidedTour variable is used to handle the current Guided Tour. The MyGuidedTour variable is used to get the characteristics of the GuidedTour variable used.
DotNetDelegate (Example)
Usage example of the DotNetDelegate function
iCreateFont (Function)
Creates a new print font.
LOOP statement
The statement block is repeated endlessly...
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
XMLAddChild (Example)
Usage example of the XMLAddChild function