|
|
| The Compression property gets and sets the data compression mode. |
|
|
|
|
|
|
|
| The MmoPackMethod property sets the compression mode of a MMO file (containing text and binary memos) associated with a data file. |
|
|
|
|
|
|
|
| The Compression property is used to manage data compression during a connection (HFSQL Client/Server, etc.) |
|
|
|
|
|
|
|
| Usage example of the fCompress function |
|
|
|
|
|
|
|
| Compresses a string or a memory block (buffer) in binary format. |
|
|
|
|
|
|
|
| Changes the compression level used when creating an archive in ZIP format or in 7z format. |
|
|
|
|
|
|
|
| Encryption and compression functions |
|
|
|
|
|
|
|
| Usage example of the zipCurrentFile function |
|
|
|
|
|
|
|
| Compresses the memory footprint occupied by a matrix. |
|
|
|
|
|
|
|
| Returns the size of a file before compression. When a file is decompressed by fUncompress, we recommend that you to compare the non-compressed size of file with the available disk space. |
|
|
|
|
|
|
|
| Saves the content of a pdfDocument variable in a ".PDF" file. |
|
|
|
|
|
|
|
| Usage example of the zipAddFile function |
|
|
|
|
|
|
|
| Returns the connection quality index. The higher the index, the faster the connection. |
|
|
|
|
|
|
|
| Returns the quality level of the connection: the higher the level is, the faster the connection is. |
|
|
|
|
|
|
|
| Saves the content of a pdfDocument variable in a ".PDF" file. |
|
|
|
|
|
|
|
| Usage example of the MatStack function |
|
|
|
|
|
|
|
| Checks that the given sequence is valid according to the Luhn formula. |
|
|
|
|
|
|
|
| Generates an RSA private/public key pair. |
|
|
|
|
|
|
|
| Calculates the next Luhn check digit for a given sequence. |
|
|
|
|
|
|
|
| Generates a random prime number that can be used to create shares using Shamir's algorithm. This number is generated according to the secret. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4. |
|
|
|
|
|
|
|
| Encodes a character string according to the UUEncode algorithm. |
|
|
|
|
|
|
|
| Decodes a character string in UUEncode format. |
|
|
|
|
|
|
|
| Usage example of the zipExtractAll function |
|
|
|
|
|
|
|
| Decompresses a memory block (buffer) that was compressed by Compress. |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
Returns the size of the archive (in ZIP, RAR, CAB, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format):- the size of all compressed files found in the archive.
- the size of all files found in the archive before compression.
|
|
|
|
|
|
|
|
| Usage example of the fSizeUncompressed function |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
| Reconstructs a secret from a set of shares. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4. |
|
|
|
|
|
|
|
| A frame is a packet of data that flows through the network... |
|
|
|
|
|
|
|
| Usage example of the fStopCompress function |
|
|
|
|
|
|
|
| Decrypts a string that was encrypted by Encrypt. |
|
|
|
|
|
|
|
| Automatically adds and compresses a list of files into a ZIP, CAB, 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. |
|
|
|
|
|
|
|
| The following functions are used to handle encryption and compression in prefix syntax: |
|
|
|
|
|
|
|
| Usage example of the zipExtractFile function |
|
|
|
|
|
|
|
| Archiving functions (ZIP, WDZ, CAB, RAR, 7z, TAR, gzip and TGZ (TAR.GZ)) |
|
|
|
|
|
|
|
| Two tools can be used to create a setup program... |
|
|
|
|
|
|
|
| Automatically adds and compresses any type of file into a CAB, ZIP, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ) archive. |
|
|
|
|
|
|
|
| Adds all the files found in a directory and in its subdirectories into an archive and compresses them. |
|
|
|
|
|
|
|
| This help page explains how to... |
|
|
|
|
|
|
|
| Returns information about one or more backups performed on an HFSQL Client/Server server. |
|
|
|
|
|
|
|
| Adds all the files found in a directory and in its subdirectories into an archive and compresses them. |
|
|
|
|
|
|
|
| Encrypts a string in binary format or in ASCII format. |
|
|
|
|
|
|
|
| Returns information about one or more backups performed on an HFSQL Client/Server server. |
|
|
|
|
|
|
|
| The hReindexingHistory type gets all the details of previous asynchronous optimizations: reindexing, index verification, memo verification, statistics, etc. This variable type is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2. |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives... |
|
|
|
|
|
|
|
| The pdfParameter type defines all the characteristics of the PDF file to be generated. |
|
|
|
|
|
|
|
| Automatically adds and compresses a list of files into a ZIP, CAB, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ) archive. |
|
|
|
|
|
|
|
| Encodes a character string or a buffer. To decode the result, simply use Decode. |
|
|
|
|
|
|
|
| Encodes a character string or a buffer. To decode the result, simply use Decode. |
|
|
|
|
|
|
|
| Decodes a character string that was encoded by Encode. |
|
|
|
|
|
|
|
| Creates a set of shares for the same secret using Shamir's algorithm. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4. |
|
|
|
|
|
|
|
| Decodes a character string that was encoded by Encode. |
|
|
|
|
|
|
|
| Decompresses a file that was compressed by fCompress. |
|
|
|
|
|
|
|
| Performs an asymmetric encryption of an envelope. |
|
|
|
|
|
|
|
| Performs an asymmetric encryption of an envelope. |
|
|
|
|
|
|
|
| WDZip is used to compress and group your files in archives... |
|
|
|
|
|
|
|
| Defines the options for the generated PDF file. |
|
|
|
|
|
|
|
| Archiving functions (ZIP, WDZ, CAB, RAR, 7z, TAR, gzip and TGZ (TAR.GZ)) |
|
|
|
|
|
|
|
| List of constants used by the encryption/compression functions |
|
|
|
|
|
|
|
| Decrypts a buffer with a private/public key algorithm with RSA encryption. |
|
|
|
|
|
|
|
| Decrypts a buffer with a private/public key algorithm with RSA encryption. |
|
|
|
|
|
|
|
Saves an image found in an Image variable:- in a JPEG file.
- in memory.
|
|
|
|
|
|
|
|
| Plays a sound file (.WAV) for the specified line. |
|
|
|
|
|
|
|
| WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application... |
|
|
|
|
|
|
|
| Enables a REST web service to immediately return a chunk of the response to the client (before the end of execution of the endpoint). This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4. |
|
|
|
|
|
|
|
| WINDEV, WINDEV Mobile and WEBDEV propose several functions used to handle matrices... |
|
|
|
|
|
|
|
| Encrypts a buffer using an asymmetric encryption algorithm (RSA) that requires a public key and a private key. |
|
|
|
|
|
|
|
The BottomMargin property is used to:- Find out the bottom margin of a report.
- Modify the bottom margin of a report.
|
|
|
|
|
|
|
|
The LeftMargin property is used to:- Find out the left margin of a report.
- Modify the left margin of a report.
|
|
|
|
|
|
|
|
| Encrypts a buffer using an asymmetric encryption algorithm (RSA) that requires a public key and a private key. |
|
|
|
|
|
|
|
| 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 TopMargin property is used to:- Find out the top margin of a report.
- Modify the top margin of a report.
|
|
|
|
|
|
|
|
The RightMargin property is used to:- Find out the right margin of a report.
- Modify the right margin of a report.
|
|
|
|
|
|
|
|
| The following functions are used to manage Drag and Drop: |
|
|
|
|
|
|
|
| Returns or modifies the value of a parameter for the device camera. |
|
|
|
|
|
|
|
| Returns or modifies the value of a parameter for the device camera. |
|
|
|
|
|
|
|
| Decrypts a message that was encrypted with a symmetrical encryption algorithm (AES, DES, etc.). |
|
|
|
|
|
|
|
| Usage example of the zipAddDirectory function |
|
|
|
|
|
|
|
| Rebuilds the index of an HFSQL Client/Server data file (".NDX" file). This operation is asynchronous, i.e., it is performed on the server and does not block the client side. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2. |
|
|
|
|
|
|
|
| Rebuilds the index of an HFSQL Client/Server data file (".NDX" file). This operation is asynchronous, i.e., it is performed on the server and does not block the client side. This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2. |
|
|
|
|
|
|
|
| Usage example of the HTTPSendForm function |
|
|
|
|
|
|
|
| The following functions are used to manage TreeView controls (prefix syntax):
|
|
|
|
|
|
|
|
Allows:- save the document coming from the Twain device in a JPEG file.
- view the document coming from the Twain device in the user interface of device.
- save the document coming from the Twain device directly in memory in JPEG format (in a buffer).
|
|
|
|
|
|
|
|
The setup wizard allows you to: - Select and configure the files to install. This step is very important.
- Specify the WINDEV framework used by the installer.
|
|
|
|
|
|
|
|
| Saves the modifications performed on the Exif tags of an image by ImageInfoModify. |
|
|
|
|
|
|
|
| The following functions are used to manage TreeView controls:
|
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| WLanguage procedure ("Callback") used by zipAddFile to manage the progress of files being added to the archive. |
|
|
|
|
|
|
|
| Two types of archives are available... |
|
|
|
|
|
|
|
Saves an image:- in a JPEG file.
- in memory.
|
|
|
|
|
|
|
|
| Encrypts a string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.) |
|
|
|
|
|
|
|
| Encrypts a string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.) |
|
|
|
|
|
|
|
| Rebuilds the file index (".NDX" file). |
|
|
|
|
|
|
|
| Rebuilds the file index (".NDX" file). |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| WEBDEV 2026 is now available. |
|
|
|
|
|
|
|
| Stops the operation used to compress or decompress a file. |
|
|
|
|
|
|
|
| WINDEV allows you to automatically generate and install a 64-bit application. |
|
|
|
|
|
|
|
Saves an image:- in a JPEG file.
- in memory.
|
|
|
|
|
|
|
|
| WINDEV Mobile 2026 is now available. |
|
|
|
|
|
|
|
| Returns the list of Exif tags available for the image used. |
|
|
|
|
|
|
|
| The project description window allows you to configure various elements of your project... |
|
|
|
|
|
|
|
| Usage example of the TwainState function |
|
|
|
|
|
|
|
| List of constants used by the Exif functions. |
|
|
|
|
|
|
|
| WINDEV 2026 is now available. |
|
|
|
|
|
|
|
| This feature is used to signal that a data file cannot be modified after writing... |
|
|
|
|
|
|
|
| Opens a connection to a specific database. |
|
|
|
|
|
|
|
| Crosses a record in a data file. |
|
|
|
|
|
|
|
| WDOptimizer includes multiple modes to optimize indexes... |
|
|
|
|
|
|
|
| Returns the value of an Exif tag for the image used. |
|
|
|
|
|
|
|
| Describes a new connection to an external database. |
|
|
|
|
|
|
|
| Modifies the value of an Exif tag for the image used. |
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| The Bar Code control displays bar codes in your windows, pages or reports... |
|
|
|
|
|
|
|
| The HFSQL Control Center allows you to optimize and repair HFSQL data files in both Classic and Client/Server modes... |
|
|
|
|
|
|
|
| Crosses a record in a data file. |
|
|
|
|
|
|
|
| Describes a data file programmatically. |
|
|
|
|
|
|
|
| The OLE DB provider on HFSQL is used to access an HFSQL database (Classic or Client/Server) from an external software that manages the accesses by OLE DB... |
|
|
|
|
|
|
|
| The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically... |
|
|
|
|
|
|
|
| The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup. |
|
|
|
|
|
|
|
| The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc, ... |
|
|
|
|
|
|
|
| List of constants used by the print functions. |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile allow you to manage the business rules... |
|
|
|
|
|
|
|
| Project configurations allow you to adapt the same project to multiple "targets"... |
|
|
|
|
|
|
|
| List of functions for handling external files |
|
|
|
|
|
|
|
| Describes a data file programmatically. |
|
|
|
|
|
|
|
| A Data Source variable is used to describe a temporary data source (query, view, alias, etc.). |
|
|
|
|
|
|
|
| The use of bar codes to identify and manage products has become essential... |
|
|
|
|
|
|
|
| Prints a bar code (inside a rectangle). |
|
|
|
|
|
|
|
| The BarCodes type is used to handle the information found in a bar code. |
|
|
|
|
|
|
|
| This help page presents the main recommendations for optimizing the security and performance of an HFSQL Client/Server database according to the constraints and desired features... |
|
|
|
|
|
|
|
| The Image type is used to define the advanced characteristics of an image. |
|
|
|
|
|
|
|
| New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure. |
|
|
|
|
|
|
|
| What's new in WINDEV/WEBDEV/WINDEV Mobile 2025 in the What's new 2025 brochure. |
|
|
|
|
|
|
|
| List of various constants used by the constants WINDEV functions. |
|
|
|
|
|
|
|
| The examples provided with WINDEV are intended to help you learn the features of WINDEV.
|
|
|
|
|
|
|
|
| New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure. |
|
|
|
|
|
|
|
| What's new in WINDEV/WEBDEV/WINDEV Mobile 2025 in the What's new 2025 brochure. |
|
|
|
|
|
|
|
| Value of constants for the Windows 32-bit API |
|
|
|
|
|
|
|
| List of constants used by the HFSQL functions. |
|
|
|
|
|
|