ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Error 1008: The member of the class is protected
Error 1015: The method of the class is protected
Multilingual project
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
<zipArchive variable>.InfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project......
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
Error 1005: To explicitly access a global element of '%1' class, use the syntax
Error 1016: The method of the class is private
External language: Programming in COBOL
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
The Windows registry
Several WINDEV functions can be used to handle the Windows registry......
WINDEV Mobile: Sharing WINDEV elements
The same WINDEV elements (analysis, queries, ...) can be used in a WINDEV application and in a WINDEV Mobile application......
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
Multi-page print
A report can be very wide, with a width exceeding the width of a paper sheet......
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
Error 103: The type is unknown
Clone (Function)
Constructs a copy of a class instance: An object of the actual class of the class instance is allocated. The members of the class instance are copied to the members of the new object....
Error 1023: The access to the method of the class is restricted by a private inheritance
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
Error 40: The END statement marking the end of the class declaration is missing
5. Unit tests
Unit tests (also called automated tests) are used to test windows, procedures and classes in an application at different levels of development......
MCIClose (Function)
Closes a media file.
xlsClose (Function)
Closes an XLS file.
<xlsDocument variable>.Close (Function)
Closes an XLS file.
1
2
3
4
5
6
248
>