ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The "Dictionary" pane
The "Dictionary" pane is used to handle the WINDEV dictionaries ("......
AutoBrowse (Property)
The AutoBrowse property is used determine if the browse operation performed in a List Box, Looper, Table or Combo Box control based on a data file is automatic or programmed.
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection)....
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.
WDLog: Restoring HFSQL data files
WDLog is used to restore the data files saved by WDLog......
WDINT setup
Tutorial
A tutorial is supplied with WINDEV, WEBDEV and WINDEV Mobile......
Examples for using the OLE DB provider for HFSQL
Handling a status bar in the window editor
This help page presents the different operations that can be performed in a status bar......
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
FishEye
The "FishEye" effect is used to enlarge a section of editor graphs (analysis graph, UML graph, ......
W3C standardization
You must comply with the W3C standard (HTML 4......
LST: The Technical Support Newsletter, the WINDEV and WEBDEV magazine
How to open a window?
<Source>.CancelDeclaration (Function)
Allows you to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
Commands of the external interface
Log-based replication
The replication is the operation allowing you to keep updated remote databases of identical structures on which several operations are performed......
HCancelDeclaration (Function)
Used to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
Executable: Project backup
At the end of the executable creation wizard, WINDEV proposes to automatically make a backup of the sources of your project......
Query based on query
Queries can be based on items from another query......
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
Context menu of TimeLine controls
By default, TimeLine controls contain a context menu....
<Source>.CreationIfNotFound (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....