ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ThreadExecute (Function)
Starts the execution of a secondary thread.
Accessing a database via a web service
The database can be accessed via a web service......
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
Assignment operators
Three assignment operators are available......
Other operators
The following are additional operators......
Activity diagram
An activity diagram represents the behavior of a method or the flow of a use case......
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
HSubstDir (Example)
Usage example of the HSubstDir function
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....
HPass (Function)
Defines the password used to create or open a data file.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
The ActiveX control
The ActiveX control is used to easily manage the ActiveX technology......
Window controls
Several types of controls can be used in a window, ......
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
HFSQL constants
List of constants used by the HFSQL functions....
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
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).
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
HExecuteProcedure (Function)
Runs a stored procedure.
SQLChangeConnection (Function)
Modifies the current connection.
Error 1003: The element does not exist in the class