ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Common project
Projects are often cross-platform......
The Windows registry
Several WINDEV functions can be used to handle the Windows registry......
Error 104: 'Dynamic' only applies to classes and Automation objects
An enumeration is a set of values......
JavaExecute (Function)
Starts a Java application or a Java applet by invoking the "Main" method of a given Java class.
FTPDeconnecte_objetftpConnexion (Function)
Closes the connection between the current computer and the FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 Update 2....
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
HTMLFindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML document (or in an HTML node).
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
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.
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
HFSQL: Change of name
WDD55Password (Property)
The property PasswordWDD55 property is used to specify the 5.5 format database schema password when programmatically describing a Hyper File 5.5 format table in an HFSQL Classic format database schema.
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
EndPosition (Property)
Use in the docFragment class - Read + Write access - Type: Integer32