ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
Creating the Table windows of the WINDEV RAD pattern
Moves the time area displayed to the next area (next weeks for example) in an Organizer control....
Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server Access)......
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)....
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
Managing ports (serial ports, parallel ports, USB ports, etc.)
Several devices can be managed directly via a management of the ports used by these devices to communicate with the computer......
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
2. Examples and components provided with WEBDEV
4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50 min
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
HChangeConnection (Example)
Usage example of the HChangeConnection function
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
HCreationIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL tables.
HTTP server response procedure parameters
WLanguage procedure (also called "callback") called by the HTTPSend function or the HTTPSendAsynchronous function when the HTTP server responds.
OpenIDParameters (Type of variable)
The OpenIDParameters type is used to define all the advanced features of an authentication for OpenID.
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).