ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
mongoWriteConcern (Type of variable)
The mongoWriteConcern type is used to define the level of acknowledgment of receipt requested for the write operations in a stand-alone mongod, in a set of replicas or in fragmented clusters.
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
LINUX: Accessing the ODBC databases
The native access to HFSQL Classic and Client/Server is available for the WINDEV applications running in Linux ("console" applications) and for the WEBDEV sites hosted in Linux......
Configuring and running the action plans
When the action plans are deployed, you have the ability to configure their activation mode....
OpenIDReadIdentity (Function)
Retrieves the identity of a user contained in an AuthToken variable.
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
The Static control
A Static control is a control used to display a static text......
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......
Constants for managing Gantt charts
Constants for sound management
List of constants used by the functions for sound management....
EmailStartPOP3Session (Function)
Starts a session for receiving and reading emails with the POP3 protocol.
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
SwipeEnabled (Property)
The SwipeEnabled property enables or disables the swipe gesture support: on an Internal Window control. on a row in a Looper control....
OpenContextMenu (Function)
Automatically opens a context menu for the current control, window or page.
fResourceDir (Function)
Returns the path of the read-only resources of the application.
25. Performing a process on several successive pages
Performing a process on several successive pages...
Managing the required input in WEBDEV
To prevent users from leaving a control empty, you can set it as a required field......
grAutoRefreshSeries (Function)
Identifies or defines whether a series is refreshed whenever the chart is drawn.
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). of a WLanguage list....
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.