ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Testing an iOS application on a mobile device
When developing an application for iOS (iPhone or iPad), WINDEV Mobile allows you to test the application being developed without having to recompile it on Mac, but directly on the iPhone or iPad......
Error 1011: To access the global member of the class, use ClassName::MemberName
<htmlNode variable>.FindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML node.
<htmlDocument variable>.FindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML document.
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
Clipboard with history
The clipboard stores the last 10 pieces of content cut or pasted (from any editor)......
4. HFSQL Classic
HFSQL Control Center: HFSQL Client/Server backups
The HFSQL Control Center is used to manage the backups of HFSQL Client/Server data files......
JavaExecute (Function)
Starts a Java application or a Java applet by invoking the "Main" method of a given Java class.
Error 16: Incompatible CASE
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
13. Universal replication
Encode (Function)
Encodes a character string or a buffer. To decode the result, simply use Decode.
21. Managing business rules
Managing business rules...
18. Management of business rules
Project portfolio
From version 25, you can create "project portfolios"......
19. Upload: Sending files to the server
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.
HTMLFindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML document (or in an HTML node).
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.
6. HFSQL Cluster
HFSQL Cluster is an extension of the HFSQL Client/Server database model....
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode......
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.
<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.
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......