ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LOOP statement
The statement block is repeated endlessly...
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
HDescribeFile (Function)
Describes a data file programmatically.
ProgressBarExecute (Function)
Starts a long browser process and fill a Progress Bar via Ajax according to the progress of this process.
Structure (Type of variable)
A structure is a custom type of data...
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
zipOpenRAR (Function)
Opens an existing archive in RAR format.
HNext (Function)
Sets the position on the next data file record according to a browse item.
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
Dashboard control: Automatic Application Features (AAF)
The Dashboard control proposes several Automatic Application Features (AAF) allowing the user to benefit from all control capabilities......
The Cell control
The Cell control contains controls......
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
sComputeCrc16 (Function)
Checks a character string before and after transmission between WINDEV applications and WEBDEVsites.
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
KeyType (Property)
The KeyType property is used to set the characteristics of a key item.
iDestination (Function)
Configures the print destination.
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
fOpen (Example)
Usage example of the fOpen function