ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
HFSQL: Change of name
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......
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......
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
4. WEBDEV, WINDEV and WINDEV Mobile: fully compatible format
Effect (Property)
Use in the GuidedVisitStage class - Access in get + Write - Type: Integer32
EndPosition (Property)
Use in the docFragment class - Read + Write access - Type: Integer32
How to contact the Free Technical Support?
The different methods to contact PC SOFT Technical Support....
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
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....
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
Error 104: 'Dynamic' can only be used for the classes and the Automation objects
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
Appendix 5: Configuring the server
Bloque entièrement ou partiellement un fichier externe....
Comparing controls
In some cases, you may need to compare two controls in one or more windows or pages......
16. Protecting access to the site: passwords
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
How to find out whether a report was printed?
3. Data handled by a WINDEV Mobile application
The data handled by a WINDEV Mobile application can come from...