ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
HTMLFindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML document (or in an HTML node).
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
6. HFSQL Cluster
HFSQL Cluster is an extension of the HFSQL Client/Server database model....
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......
Binding controls to data
A window or page can display information from......
Setup mode
Several methods can be used to distribute a WINDEV application......
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
<Source>.SeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
Project portfolio
From version 25, you can create "project portfolios"......
HMode (Function)
Changes the mode and the method for locking data files.
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
3-tier architecture
The development in "3-tier" architecture is now simplified......
<Source>.Mode (Function)
Changes the mode and the method for locking data files.
EndPosition (Property)
Use in the docFragment class - Read + Write access - Type: Integer32
Effect (Property)
Use in the GuidedVisitStage class - Access in get + Write - Type: Integer32
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
9. Monitor your sites, servers, etc.
4. Monitor your applications
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
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).
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....