ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDInst: configuring the directory of the data files and the directory of the files of user groupware
The setup editor WDInst ("Tools......
Native xBase/FoxPro Access: Specific features and remarks
This help page presents the specific features regarding the programming of Native xBase/FoxPro Access......
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a data file accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
Container column in a Table control
A cell found in a Table control can contain a set of controls......
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite Connector.
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Toolbar and menu of the SCM
The different options of the SCM can be handled via the SCM toolbar or the options of a specific menu ("SCM" from the main menu of the product used)......
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
2. Managing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way......
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
Libraries (.WDL file)
A library is a WDL file that contains all WINDEV or WEBDEV resources ......
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....
HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
The log process
...A log is a special file that contains the history of all changes made to one or more data files over a given period of time (date the file was created, last automatic data modification, last backup created with WDLog, etc.)...