ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
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, ...).
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
WDMap: Reindexing an HFSQL data file
WDMap is used to find out whether an HFSQL data file must be reindexed and reindex an HFSQL data file......
WDMap: Exporting records from a data file
WDMAP allows you to export records to......
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
WDMap: Printing records
WDMAP allows you to print the records found in a data file......
Translating a text file with WDTRAD
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
Displaying an Active WEBDEV Page
An Active WEBDEV Page can be displayed......
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
WLanguageCodeFormatting (Type of Variable)
The type WLanguageCodeFormatting allows you to define all the setting parameters in Geometry 06500740072007900 of the WLanguage code.
Events associated with supercontrols
List of events associated with supercontrols...
.NET object
To access a class......
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
Automation object
The Automation keyword is used to declare an automation object...
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...