ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating and deploying the installation program: How do you do it?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
iPrintWord (Function)
Sends the character string passed in parameter to the print "buffer".
Native PostgreSQL Connector: Programming with SQL functions
You can use SQL functions to handle the PostgreSQL database......
Context menu of Check Box columns (AAF)
The Table and TreeView Table controls can propose Check Box columns allowing the user to select the requested options......
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL table.
dRectangle (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
grAutoRefreshCategoryLabel (Function)
Identifies or defines whether the category labels are refreshed whenever the chart is drawn.
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
HFilter (Function)
Defines and enables a filter on a table, view or query.
MultimediaPlay (Function)
Plays a media file in a Multimedia control.
MemFound (Function)
Checks whether the sought element was found.
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
Filters in table fields linked to a table
To filter the records displayed in a Table control linked to a table, WINDEV, WEBDEV and WINDEV Mobile offer several options......
SensorDetectChangeAcceleration (Function)
Notifies when acceleration forces are applied to the device along any of the three axes.
API (Function)
Runs a function found in an external DLL.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
HFSQL Client/Server database: Recommendations
This help page presents the main recommendations for optimizing the security and performance of an HFSQL Client/Server database according to the constraints and desired features......
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.