|
|
| Archiving functions (ZIP, WDZ, CAB, RAR, 7z, TAR, gzip and TGZ (TAR.GZ)) |
|
|
|
|
|
|
|
| Returns the name of the archived file currently handled by the functions for adding and extracting files. |
|
|
|
|
|
|
|
| Returns the type of the archive: single-part archive or multi-part archive. |
|
|
|
|
|
|
|
| Returns the message associated with an error code on an archive. |
|
|
|
|
|
|
|
| Opens an existing archive. |
|
|
|
|
|
|
|
| Returns the name of the archived file currently handled by the functions for adding and extracting files. |
|
|
|
|
|
|
|
| Retrieves the postal code input mask adapted to a given country. |
|
|
|
|
|
|
|
| Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format). |
|
|
|
|
|
|
|
| Declares the start of the optimized addition of files to a CAB, ZIP, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ) archive. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 3. |
|
|
|
|
|
|
|
| Returns the number of sub-archives (parts) of an archive in CAB, RAR, ZIP, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format. |
|
|
|
|
|
|
|
| Opens an existing archive in CAB format. |
|
|
|
|
|
|
|
| Returns the list of files found in an archive. |
|
|
|
|
|
|
|
| Declares the start of the optimized addition of files to a CAB, ZIP, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ) archive. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 3. |
|
|
|
|
|
|
|
| Opens an existing archive. |
|
|
|
|
|
|
|
| Returns the number of parts of a given size required to split a single-part archive. |
|
|
|
|
|
|
|
Returns the size of one of the archive files (in CAB, RAR, WDZ, ZIP, 7z, gzip, TAR or TGZ (TAR.GZ) format):- the compressed size of the file.
- the size of file before compression.
|
|
|
|
|
|
|
|
| Selects files from an archive. |
|
|
|
|
|
|
|
| Returns the path of a file found in the archive. |
|
|
|
|
|
|
|
| Usage example of the zipFindFile function |
|
|
|
|
|
|
|
| WDZip is used to compress and group your files in archives... |
|
|
|
|
|
|
|
| Compressed files in an archive can be manipulated using WDZip... |
|
|
|
|
|
|
|
| Returns the path of a file found in the archive. |
|
|
|
|
|
|
|
| Returns the list of files found in an archive. |
|
|
|
|
|
|
|
| Deletes all files from an archive. |
|
|
|
|
|
|
|
| Changes the compression level used when creating an archive in ZIP format or in 7z format. |
|
|
|
|
|
|
|
| Declares the end of the optimized addition of a series of files to an archive. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 3. |
|
|
|
|
|
|
|
| Declares the end of the optimized addition of a series of files to an archive. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 3. |
|
|
|
|
|
|
|
| Deletes all files from an archive. |
|
|
|
|
|
|
|
| Merges the different sub-archives found in a multi-part archive to create a single-part archive. |
|
|
|
|
|
|
|
| Determines whether an archive exists. |
|
|
|
|
|
|
|
| Deletes a file from an archive. |
|
|
|
|
|
|
|
| Returns the type of the archive: single-part archive or multi-part archive. |
|
|
|
|
|
|
|
| Search for a file in an archive (CAB, ZIP, RAR, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format). |
|
|
|
|
|
|
|
| Selects files from an archive. |
|
|
|
|
|
|
|
| Merges the different sub-archives found in a multi-part archive to create a single-part archive. |
|
|
|
|
|
|
|
| Deletes a file from an archive. |
|
|
|
|
|
|
|
| Opens an existing archive in RAR format. |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
| Defines the password used to add files into the specified archive and to extract files from the specified archive (RAR, ZIP and WDZ format). |
|
|
|
|
|
|
|
| Opens an existing archive in RAR format. |
|
|
|
|
|
|
|
| Search for a file in an archive (CAB, ZIP, RAR, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format). |
|
|
|
|
|
|
|
| Determines whether an archive exists. |
|
|
|
|
|
|
|
| Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format). |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
| The zipArchive type is used to handle archive files in the following formats: ZIP, CAB, RAR, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ). |
|
|
|
|
|
|
|
The zipArchivedFile type is used to handle: - a file contained in an archive corresponding to one of the following formats: ZIP, CAB, RAR, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ).
- a file to add into an archive.
|
|
|
|
|
|
|
|
| Splits an archive into several sub-archives of a given size. |
|
|
|
|
|
|
|
| This help page explains how to... |
|
|
|
|
|
|
|
| Deletes a list of files from an archive. |
|
|
|
|
|
|
|
| Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location. |
|
|
|
|
|
|
|
| Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location. |
|
|
|
|
|
|
|
| Deletes a list of files from an archive. |
|
|
|
|
|
|
|
| Splits an archive into several sub-archives of a given size. |
|
|
|
|
|
|
|
| Automatically adds and compresses any type of file into a CAB, ZIP, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ) archive. |
|
|
|
|
|
|
|
| Automatically adds and compresses any type of file into a CAB, ZIP, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ) archive. |
|
|
|
|
|
|
|
| Extracts all files from an archive and decompresses them. |
|
|
|
|
|
|
|
| Automatically adds and compresses a list of files into a ZIP, CAB, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ) archive. |
|
|
|
|
|
|
|
| Extracts all files from an archive and decompresses them. |
|
|
|
|
|
|
|
| Adds all the files found in a directory and in its subdirectories into an archive and compresses them. |
|
|
|
|
|
|
|
| Extracts a file from an archive and automatically decompresses it to a physical location or in memory. |
|
|
|
|
|
|
|
| Extracts a file from an archive and automatically decompresses it to a physical location or in memory. |
|
|
|
|
|
|
|
| Automatically adds and compresses a list of files into a ZIP, CAB, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ) archive. |
|
|
|
|
|
|
|
| Extracts and decompresses a list of files found in an archive to a physical location. |
|
|
|
|
|
|
|
| Adds all the files found in a directory and in its subdirectories into an archive and compresses them. |
|
|
|
|
|
|
|
| Extracts and decompresses a list of files found in an archive to a physical location. |
|
|
|
|
|
|
|
| The zipExeCreationParameter type is used to define all the information needed to create a self-extracting archive (.EXE file). This variable type is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 3. |
|
|
|
|
|
|
|
| Opens an existing archive in CAB format. |
|
|
|
|
|
|
|
| Creates a self-extracting archive as a 32-bit executable (.EXE). |
|
|
|
|
|
|
|
| Creates a self-extracting archive as a 32-bit executable (.EXE). |
|
|
|
|
|
|
|
| WLanguage procedure ("Callback") called if an error is encountered when extracting files with zipExtractDirectory. |
|
|
|
|
|
|
|
| WLanguage procedure ("Callback") used by zipExtractDirectory to manage the progress of files being extracted from the archive. |
|
|
|
|
|
|
|
| WLanguage procedure ("Callback") used by zipAddDirectory to manage the progress of files being added to the archive. |
|
|
|
|
|
|
|
| WLanguage procedure ("Callback") used by zipAddFileList to manage the progress of files being added to the archive. |
|
|
|
|
|
|
|
| Two types of archives are available... |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives... |
|
|
|
|
|
|
|
| Usage example of the SOAPRunXML function |
|
|
|
|
|
|
|
| The SCM administrator includes specific tools for managing repositories... |
|
|
|
|
|
|
|
| Usage example of the JavaExecute function |
|
|
|
|
|
|
|
| WEBDEV Account Manager allows you to easily import and export the WEBDEV Application Server configuration... |
|
|
|
|
|
|
|
| WDDeploy can be used to... |
|
|
|
|
|
|
|
| The Contact structure is a preset structure of WLanguage (no declaration is required)... |
|
|
|
|
|
|
|
| Starts a Java application or a Java applet by invoking the "Main" method of a given Java class. |
|
|
|
|
|
|
|
| A backup of an HFSQL Client/Server database can be restored at any time... |
|
|
|
|
|
|
|
| The following functions are used to manage Drag and Drop: |
|
|
|
|
|
|
|
| Retrieves locally the content of a compressed backup (in ZIP format) performed on an HFSQL server. |
|
|
|
|
|
|
|
| Retrieves locally the content of a compressed backup (in ZIP format) performed on an HFSQL server. |
|
|
|
|
|
|
|
| WINDEV and WEBDEV offer an optional Native Oracle Connector (also called Native Oracle Access... |
|
|
|
|
|
|
|
| The following functions are used to manage TreeView controls:
|
|
|
|
|
|
|
|
| Indicates the MIME type of the response returned by the web service (case of a call to a REST web service). |
|
|
|
|
|
|
|
| Usage example of the SQLModify function |
|
|
|
|
|
|
|
| The following functions are used to manage TreeView controls (prefix syntax):
|
|
|
|
|
|
|
|
| The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window... |
|
|
|
|
|
|
|
| The HFSQL Control Center allows you to set up the automatic update of an HFSQL server... |
|
|
|
|
|
|
|
| WordPress offers numerous templates to create original websites... |
|
|
|
|
|
|
|
| WINDEV can be used to generate windows for a Java application... |
|
|
|
|
|
|
|
| Decompresses a file that was compressed by fCompress. |
|
|
|
|
|
|
|
| Returns a specific string (or a buffer) to the client browser in response to a request. |
|
|
|
|
|
|
|
| Allows you to manage the automatic update of HFSQL Client/Server servers and to define how often to check for updates. |
|
|
|
|
|
|
|
| The WEBDEV administrator (Deployment version) allows you to update the WEBDEV Application Server... |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile allow you to manage the business rules... |
|
|
|
|
|
|
|
| Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications. |
|
|
|
|
|
|
|
| Used to manage the automatic update of HFSQL Client/Server servers by specifying the check frequency regarding the availability of updates. |
|
|
|
|
|
|
|
| WINDEV, WINDEV Mobile and WEBDEV allow you to perform different types of operations on strings using WLanguage functions... |
|
|
|
|
|
|
|
| Downloads a document from Google Docs. |
|
|
|
|
|
|
|
| Downloads a document from Google Docs. |
|
|
|
|
|
|
|
| Specifies the name of control that was in edit before the current control. |
|
|
|
|
|
|
|
| List of constants used by the archiving functions. |
|
|
|
|
|
|
|
| Setup of the WEBDEV Application Server for Linux |
|
|
|
|
|
|
|
| You have the ability to create applications that access the HFSQL Client/Server databases... |
|
|
|
|
|
|
|
| Utilisation dans la classe _edthymlStylePolice - Accès en Lecture + Ecriture - Type : Tous types |
|
|
|
|
|
|
|
| Stops the operation used to compress or decompress a file. |
|
|
|
|
|
|
|
| Before implementing the replication, you must be familiar with the vocabulary specific to the replication. |
|
|
|
|
|
|
|
| Returns the version number of the wdxxxvm DLL.
|
|
|
|
|
|
|
|
| The remote administration tool is used to manage the backups of your dynamic WEBDEV websites. |
|
|
|
|
|
|
|
| There are two methods to install a WEBDEV website on a Unix server... |
|
|
|
|
|
|
|
| Reduces the time needed to load the content of HFSQL items of type "Memo" on the user's computer. |
|
|
|
|
|
|
|
| Returns the quality level of the connection: the higher the level is, the faster the connection is. |
|
|
|
|
|
|
|
| Returns the connection quality index. The higher the index, the faster the connection. |
|
|
|
|
|
|
|
| The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically... |
|
|
|
|
|
|
|
| After months or years of development and maintenance, the directory of your project often contains several files that are not used anymore but that you don't dare delete... |
|
|
|
|
|
|
|
| Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions). |
|
|
|
|
|
|
|
| The method for developing a site for Linux is identical to the method for developing a site for Windows. |
|
|
|
|
|
|
|
| Starts downloading a file in the browser. |
|
|
|
|
|
|
|
| Displays a file in the user's browser. |
|
|
|
|
|
|
|
| Displays the contents of a file from a "Memo" item in a web browser. |
|
|
|
|
|
|
|
| Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions). |
|
|
|
|
|
|
|
| Opens a file in the browser. |
|
|
|
|
|
|
|
| Specifies the location of user classes required to run the Java application or the Java applet. |
|
|
|
|
|
|
|
| WINDEV allows you to automatically generate and install a 64-bit application. |
|
|
|
|
|
|
|
| The dynamic audit of an application analyzes its runtime performance... |
|
|
|
|
|
|
|
| Adds an attachment in a PDF file generated by a PDF print export. |
|
|
|
|
|
|
|
| WINDEV allows you to generate a Java application without even knowing the Java language... |
|
|
|
|
|
|
|
| The backup of the HFSQL Client/Server databases can be performed ... |
|
|
|
|
|
|
|
| It is possible to regularly make a backup of the different elements of a project... |
|
|
|
|
|
|
|
| The remote HFSQL administrator allows you to create backups of HFSQL Client/Server data files... |
|
|
|
|
|
|
|
| Starts a specific static function of a given Java class. |
|
|
|
|
|
|
|
| The HFSQL Control Center allows you to manage the backups of HFSQL Client/Server data files... |
|
|
|
|
|
|
|
| List of functions for managing character strings |
|
|
|
|
|
|
|
| The emailAttach type is used to handle an attachment.
|
|
|
|
|
|
|
|
The two-level setup (or multisite setup) combines:- a reference network setup deployed on a local network.
- an HTTP setup used to update the reference setup on the local network.
|
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile propose two types of masks... |
|
|
|
|
|
|
|
| To develop Android applications with WINDEV Mobile, you must install... |
|
|
|
|
|
|
|
| WEBDEV Tutorial - Optimizing a WEBDEV project
Lesson 1 - Project audits - 15 min |
|
|
|
|
|
|
|
| To help you manage the navigation of the Web users in your sites, an advanced feature for analyzing the dependencies and the orphan images is available in WEBDEV... |
|
|
|
|
|
|
|
| We are going to call the elements developed in WINDEV (project, windows, analysis, ... |
|
|
|
|
|
|
|
| WINDEV Tutorial: Optimizing a project
Lesson 1 - Project audits - 15 min |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile allow you to regularly save the different elements of your project in an archive file (ZIP extension)... |
|
|
|
|
|
|
|
| At the end of the executable creation wizard, WINDEV proposes to automatically make a backup of the sources of your project... |
|
|
|
|
|
|
|
| List of constants used by the functions for managing external files. |
|
|
|
|
|
|
|
| Configuring a replication requires several steps... |
|
|
|
|
|
|
|
| Deletes all breaks from a Table control or from a Looper control. |
|
|
|
|
|
|
|
| The deployment package creates a ZIP file containing the site's setup... |
|
|
|
|
|
|
|
| The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)... |
|
|
|
|
|
|
|
| The setup wizard allows you to include additional modules in the setup. The additional modules are used to add additional options to the setup program and to access the advanced setup parameters. |
|
|
|
|
|
|
|
| Version 2026 includes new and improved functions, properties and data types, ... |
|
|
|
|
|
|
|
| WINDEV Mobile 2026 is now available. |
|
|
|
|
|
|
|
| Several HFSQL functions are used to manage the HFSQL Client/Server data... |
|
|
|
|
|
|
|
| Version 2026 includes new and improved functions, properties and data types, ... |
|
|
|
|
|
|
|
| Interfaces that use token controls are common. A Token control contains variable amounts of information in a limited area. |
|
|
|
|
|
|
|
| In France, electronic invoicing has become mandatory for invoicing government services... |
|
|
|
|
|
|
|
| Several HFSQL functions are used to manage the HFSQL Client/Server data... |
|
|
|
|
|
|
|
| A frame is a packet of data that flows through the network... |
|
|
|
|
|
|
|
| Returns information about a drive. |
|
|
|
|
|
|
|
| Version 2026 includes new and improved functions, properties and data types, ... |
|
|
|
|
|
|
|
| WEBDEV 2026 is now available. |
|
|
|
|
|
|
|
| What's new in WINDEV Mobile 2026 is presented in the What's new 2026 brochure. |
|
|
|
|
|
|
|
| WINDEV 2026 is now available. |
|
|
|
|
|
|
|
| WEBDEV tutorial - Multi-criteria search and printing
Lesson 2 - Printing an invoice - 45 min |
|
|
|
|
|
|
|
| The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup. |
|
|
|
|
|
|
|
| What's new in WINDEV 2026 in the What's new 2026 brochure. |
|
|
|
|
|
|
|
| The examples provided with WINDEV are intended to help you learn the features of WINDEV.
|
|
|
|
|
|
|
|
| The advanced types of WLanguage are as follows |
|
|
|
|
|
|
|
| WEBDEV 2026 new features in the 2026 New Features brochure. |
|
|
|
|
|
|
|
| New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure. |
|
|
|
|
|
|
|
The InputMask property is used to:- get the input mask.
- set the input mask (from the masks available for the type).
|
|
|
|
|
|
|
|
| What's new in WINDEV/WEBDEV/WINDEV Mobile 2025 in the What's new 2025 brochure. |
|
|
|
|
|
|
|
| What's new in WINDEV/WEBDEV/WINDEV Mobile 2024 in the 2024 New Features brochure. |
|
|
|
|
|
|
|
| List of constants used by properties associated with windows, reports, pages and controls. |
|
|
|
|
|
|
|
| What's new in WINDEV/WEBDEV/WINDEV Mobile 2025 in the What's new 2025 brochure. |
|
|
|
|
|
|