ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
FullName (Property)
The FullName property is used to get the full name of an element.
TileDeleteAll (Function)
Deletes all modifications made to the application tile.
HTMLEditorGetDocument (Function)
Asynchronously retrieves the HTML document being displayed in an HTML Edit control.
zipOpen (Example)
Usage example of the zipOpen function
WDInst: Additional options (summary, license, etc.)
When installing the application, you have the ability to display......
Check Box control functions
The following functions are used to manage the Check Box controls......
BrowserHistoryModify (Function)
Modifies the data of current entry in the navigation history. This data will be transmitted when going back to the current entry.
XMLValidDocument (Function)
Validates an XML document from an XSD schema.
WaitWindowEnd (Function)
Closes the wait window of application opened by WaitWindowStart.
MCIWindowSize (Function)
Changes the size and position of the display window of a media file previously opened (MCIOpen).
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
Custom telemetry
Custom telemetry allows you to define the elements that will be included in the analytics......
The different types of integers
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
gToText (Function)
Deletes the graphic elements from a character string that uses gStoredValue, gImage, ...
HDescribeFullTextIndex (Function)
Describes a full-text index of data file created through programming.
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
WinEdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
WinEdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
grHMColor (Function)
Specifies the colors of different values in a Heatmap chart.
DataType (Function)
Identifying the type of a WLanguage variable.
Overview of OOP (Object Oriented Programming)
The object-oriented programming (called "OOP") is a programming paradigm in which the programs are organized as sets of objects......