AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

Resultados de la búsqueda
Resultados 51-75 de 117 para WDZ
Funciones de archivos ZIP, WDZ, CAB, RAR, 7z, TAR, gzip, etc., (sintaxis con prefijo)
Funciones para archivos ZIP, WDZ, CAB, RAR, 7z, TAR, gzip y TGZ (TAR.GZ)
Funciones para archivos ZIP, WDZ, CAB, RAR, 7z, TAR, gzip y TGZ (TAR.GZ)
Funciones para archivos ZIP, WDZ, CAB, RAR, 7z, TAR, gzip y TGZ (TAR.GZ)
The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives...
Extensions of files created by WINDEV, WEBDEV, WINDEV Mobile
The table below presents the main extensions of files created and supported by WINDEV, WEBDEV and WINDEV Mobile...
WDZip: Presentación
WDZip se utiliza para comprimir y agrupar sus archivos en archivos....
WDZip: Handling archive files
The compressed files found in an archive can be handled by WDZip...
WDZip: Creación o modificación de un archivo comprimido
Esta página de ayuda explica cómo...
zipFilter (Function)
Returns the list of archive formats supported by the current platform, in the format expected by the filter of fSelect.
<zipArchive variable>.NbPartNeeded (Función)
Devuelve el número de partes de un tamaño determinado necesarias para dividir un archivo de una sola parte.
The single-part and multi-part archives
Two types of archives are available...
zipStartAddingFile (Función)
Declara el inicio de la adición optimizada de una serie de archivos a un archivo CAB, ZIP, WDZ, 7z, TAR, gzip o TGZ (TAR.GZ).
Esta función solo está disponible en la versión por suscripción, a partir de WINDEV Suite 2025 - Update 3.
zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
WDInst: Agrupación de los archivos a instalar
Por defecto, al generar el programa de instalación, los ficheros a instalar se comprimen en un único archivo ("...
<zipArchive variable>.StartAddingFile (Función)
Declara el inicio de la adición optimizada de una serie de archivos a un archivo CAB, ZIP, WDZ, 7z, TAR, gzip o TGZ (TAR.GZ).
Esta función solo está disponible en la versión por suscripción, a partir de WINDEV Suite 2025 - Update 3.
zipNbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
<zipArchive variable>Abrir (función)
Abre un archivo existente.
zipMsgError (Function)
Returns the message associated with an error code on an archive.
zipOpen (Function)
Opens an existing archive.
<zipArchive variable>.FileSize (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.
zipSize (Function)
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.
<zipArchive variable>.ExtractPath (Función)
Devuelve la ruta de un fichero encontrado en el archivo.
<zipArchive variable>.Create (Función)
Crea un archivo.
zipExtractPath (Función)
Devuelve el ruta de un fichero encontrado en el archivo.
zipEndAddingFile (Función)
Declara el final de la adición optimizada de una serie de archivos a un archivo comprimido.
Esta función solo está disponible en la versión por suscripción, a partir de WINDEV Suite 2025 - Update 3.
<zipArchive variable>.EndAddingFile (Función)
Declara el final de la adición optimizada de una serie de archivos a un archivo comprimido.
Esta función solo está disponible en la versión por suscripción, a partir de WINDEV Suite 2025 - Update 3.
<zipArchive variable>.Exist (Función)
Determina si existe un archivo.
zipArchivedFile (Variable type)
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.
zipFileSize (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.
zipCreate (Función)
Crea un archivo.
zipExist (Function)
Determines whether an archive exists.
<zipArchive variable>.IsMulti (Función)
Devuelve el tipo de archivo: archivo de una sola parte o archivo de varias partes.
zipNbPart (Function)
Returns the number of sub-archives (parts) in an archive in CAB, RAR, ZIP, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format.
<zipArchive variable>.DeleteAll (Función)
Elimina todos los archivos de un fichero.
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
zipOpenCAB (Function)
Opens an existing archive in CAB format.
<zipArchive variable>.CurrentFile (Función)
Devuelve el nombre del archivo gestionado actualmente por las funciones de adición y extracción de archivos.
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
zipArchive (Variable type)
The zipArchive type is used to manipulate an archive file corresponding to one of the following formats: ZIP, CAB, RAR, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ)..
<zipArchive>.SelectFile (Función)
Selecciona ficheros de un archivo.
zipDeleteAll (Function)
Deletes all files from an archive.
<zipArchive variable>.ListFile (Function)
Returns the list of files found in an archive.
<zipArchive variable>.merge (función)
Fusiona los distintos subarchivos de un archivo de varias partes para crear un archivo de una sola parte.
zipSelectFile (Function)
Selects files from an archive.
<zipArchive variable>.DeleteFile (Función)
Elimina un archivo de un fichero.
zipIsMulti (Function)
Returns the type of the archive: single-part archive or multi-part archive.
<zipArchive variable>Cerrar (función)
Cierra un archivo.
zipListFile (Function)
Returns the list of files found in an archive.
Vocabulario de replicación
Antes de implementar la replicación, debe familiarizarse con el vocabulario específico de la replicación.
zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
zipDeleteFile (Function)
Deletes a file from an archive.
zipPassword (Function)
Defines the password used to add files to the specified archive and to extract files from the specified archive (RAR, ZIP and WDZ format).
zipClose (Function)
Closes an archive.
<zipArchive variable>.ChangePath (Función)
Modifica la ruta almacenada de un archivo en un fichero (en formato ZIP, WDZ o 7z).
<zipArchive variable>.OpenRAR (Función)
Abre un archivo existente en formato RAR.
<zipArchive variable>.FindFile (Function)
Search for a file in an archive (CAB, ZIP, RAR, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format).
zipDeleteFileList (Function)
Deletes a list of files from an archive.
zipFindFile (Function)
Search for a file in an archive (CAB, ZIP, RAR, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format).
zipOpenRAR (Function)
Opens an existing archive in RAR format.
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.
<zipArchive variable>.DeleteFileList (Función)
Elimina una lista de archivos de un fichero.
<zipArchive variable>.InfoTable (Función)
Devuelve las características de un archivo encontrado un archivo:
  • El nombre del archivo y su ruta de almacenamiento.
  • Tamaño inicial del archivo.
  • El tamaño comprimido del archivo.
  • Fecha y hora de creación del archivo.
  • Fecha y hora de modificación del archivo.
  • Fecha y hora de acceso al archivo.
  • Los atributos del archivo.
  • El modo de encriptación del archivo.
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
<zipArchive variable>.Split (Función)
Divide un archivo en varios subarchivos de un tamaño determinado.
zipSplit (Función)
Divide un archivo en varios subarchivos de un tamaño determinado.
<zipArchive variable>.ExtractDirectory (Función)
Extrae y descomprime automáticamente los archivos en un directorio en el árbol de archivos de un archivo a una ubicación física.
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
<zipArchive variable>.AddFile (Función)
Agrega y comprime automáticamente cualquier tipo de archivo en un archivo CAB, ZIP, WDZ, 7z, TAR, gzip o TGZ (TAR.GZ).
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
zipAddFile (Función)
Agrega y comprime automáticamente cualquier tipo de archivo en un archivo CAB, ZIP, WDZ, 7z, TAR, gzip o TGZ (TAR.GZ).
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
<zipArchive variable>.ExtractAll (Función)
Extrae todos los archivos de un fichero y los descomprime.
<zipArchive variable>.ExtractFile (Función)
Extrae un archivo de un fichero y lo descomprime automáticamente en una ubicación física o en la memoria.
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
<zipArchive variable>.AddDirectory (Función)
Añade todos los archivos que se encuentran en un directorio y en sus subdirectorios a un archivo y los comprime.
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application...
<zipArchive variable>.AddFileList (Función)
Agrega y comprime automáticamente una lista de archivos en un archivo ZIP, CAB, WDZ, 7z, TAR, gzip o TGZ (TAR.GZ).
Constantes para funciones de archivos comprimidos
Lista de constantes utilizadas por las funciones de archivos comprimidos.
fStopCompress (Función)
Detiene la operación de compresión o descompresión de un archivo.
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
zipCreateExe (Example)
Usage example of the zipCreateExe function
zipExeCreationParameter (Tipo de variable)
El tipo zipExeCreationParameter permite definir toda la información necesaria para crear un archivo autoextraíble (archivo .EXE).
Este tipo de variable solo está disponible en la versión por suscripción, a partir de WINDEV Suite 2025 - Update 3.
<zipArchive variable>.ExtractFileList (Función)
Extrae y descomprime una lista de archivos encontrados en un archivo a una ubicación física.
<zipArchive variable>.CreateExe (Función)
Crea un archivo comprimido autoextraíble como un archivo .EXE de 32 bits.
zipCreateExe (Función)
Crea un archivo comprimido autoextraíble como un archivo .EXE de 32 bits.
fCompress (Function)
Compresses a file.
zipAddFileList (Función)
Agrega y comprime automáticamente una lista de archivos en un archivo ZIP, CAB, WDZ, 7z, TAR, gzip o TGZ (TAR.GZ).
HInfoReplica (Function)
Returns information about the specified replica.
Componentes externos para diferentes plataformas
Los componentes son una herramienta de gran utilidad para los equipos de desarrollo...
<zipArchive variable>.OpenCAB (Función)
Abre un archivo existente en formato CAB.
zipOpen (Example)
Usage example of the zipOpen function
zipAddFile (Example)
Usage example of the zipAddFile function
zipAddDirectory (Example)
Usage example of the zipAddDirectory function
zipExtractFile (Example)
Usage example of the zipExtractFile function
SCM: Gestión de componentes
WINDEV, WEBDEV y WINDEV Mobile le permiten crear y publicar fácilmente componentes...
zipExtractAll (Example)
Usage example of the zipExtractAll function
Herramientas WINDEV, WEBDEV y WINDEV Mobile
Las siguientes herramientas se proporcionan con WINDEV, WEBDEV y WINDEV Mobile
Journalized replication: Programming journalized replication in WLanguage
Several WLanguage functions allow you to include log-based replication in your application and to customize it...
WDInst: generate installation program
Generating the setup program is used to create the setup program according to the characteristics specified in the setup editor WDInst.
zipNbPartNeeded (Example)
Usage example of the zipNbPartNeeded function
zipMerge (Example)
Usage example of the zipMerge function
zipListFile (Example)
Usage example of the zipListFile function
HCreateMovableReplica (Function)
Creates a movable replication.
Organizar los directorios de un proyecto
Al crear un proyecto, se crea automáticamente un directorio específico para este proyecto....
zipSize (Example)
Usage example of the zipSize function
WINDEV 2026: Novedades de WLanguage
La versión 2026 incluye funciones, propiedades y tipos de datos nuevos y mejorados, ...
WLanguage Procedure llamado por zipAddDirectory
WLanguage Procedure ("Callback") llamado al añadir archivos con zipAddDirectory.
WINDEV Mobile 2026: Novedades de WLanguage
La versión 2026 incluye funciones, propiedades y tipos de datos nuevos y mejorados, ...
WLanguage Procedure llamado por zipAddDirectory para manipular la barra de progreso
WLanguage Procedure ("Callback") utilizado por zipAddDirectory para gestionar el progreso de los archivos que se añaden al archivo.
WEBDEV 2026: Novedades WLanguage
La versión 2026 incluye funciones, propiedades y tipos de datos nuevos y mejorados, ...
New Features brochure - Version 2024: new features of WINDEV Mobile
What's new in WINDEV Mobile 2024 in the 2024 New Features brochure.
Procedimiento WLanguage llamado por la función zipAddFile
Procedimiento WLanguage ("Callback") utilizado por la función zipAddFile para seguir el progreso de los archivos que se añaden al archivo comprimido.
New Features brochure - Version 2024: New WINDEV features
WINDEV 2024 new features in the 2024 New Features brochure.
New Features brochure - Version 2024: New WEBDEV features
WEBDEV 2024 innovations in the 2024 Innovations brochure.
Tipos avanzados
Los tipos avanzados de WLanguage son los siguientes
2. Ejemplos proporcionados con WINDEV
Los ejemplos proporcionados con WINDEV tienen como objetivo ayudarle a conocer las funcionalidades de WINDEV.
Mapa del sitio de la documentación de PC SOFT
Specific features of print in PDF format
1
2
3
4
5
>