ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating a skin template from an existing skin template
You can create a skin template from an existing skin template (provided by PC SOFT, for example)......
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).
HReadNext (Function)
Sets the position on the next table record according to a browse item.
.NET Assemblies
.NET is Microsoft's software development platform......
RegistryCreateKey (Function)
Creates a key in the Windows registry.
Handling a toolbar through programming
WINDEV allows you to handle a Toolbar control through programming......
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
MyPage (Reserved word)
MyPage is used to handle the current page...
Oracle Native Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV database schema......
Configuring the Apache 2.2 server
WEBDEV Development: Configuring the Apache 1.3.x or 2.0.x server for the CGI protocol and for the WEBDEV sites....
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
Popup window
WINDEV allows you to open windows in popup format......
HFilter (Function)
Defines and enables a filter on a table, view or query.
<Array type>.Contain (Function)
Searches for an element in a WLanguage array. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
HModify (Function)
Modifies the specified record or the record found in memory in the table (query or view).
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
Enumeration (Variable type)
An enumeration is a set of values......