AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

Resultados de la búsqueda
Resultados 126-150 de 176 para archive
WDZip: Manipulating archive files
Compressed files in an archive can be manipulated using WDZip...
WDZip: Create or modify an archive
This help page explains how to...
The single-part and multi-part archives
Two types of archives are available...
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application...
<zipArchive>.SelectFile (Función)
Selecciona ficheros de un archivo.
<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.
<zipArchive variable>.IsMulti (Función)
Devuelve el tipo de archivo: archivo de una sola parte o archivo de varias partes.
<zipArchive variable>.DeleteAll (Función)
Elimina todos los archivos de un fichero.
<zipArchive variable>.OpenRAR (Función)
Abre un archivo existente en formato RAR.
<zipArchive variable>Cerrar (función)
Cierra un archivo.
<zipArchive variable>.ListFile (Function)
Returns the list of files found in an 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.
<zipArchive variable>.Exist (Función)
Determina si existe un archivo.
<zipArchive variable>Abrir (función)
Abre un archivo existente.
<zipArchive variable>.merge (función)
Fusiona los distintos subarchivos de un archivo de varias partes para crear un archivo de una sola parte.
<zipArchive variable>.ChangePath (Función)
Modifica la ruta almacenada de un archivo en un fichero (en formato ZIP, WDZ o 7z).
<zipArchive variable>.DeleteFile (Función)
Elimina un archivo de un fichero.
The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives...
<zipArchive variable>.FindFile (Function)
Search for a file in an archive (CAB, ZIP, RAR, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format).
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.
<zipArchive variable>.DeleteFileList (Función)
Elimina una lista de archivos de un fichero.
<zipArchive variable>.Split (Función)
Divide un archivo en varios subarchivos de un tamaño determinado.
zipArchive (Variable type)
The zipArchive type is used to handle archive files in the following formats: ZIP, CAB, RAR, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ).
<zipArchive variable>.InfoFile (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.
  • Modo de encriptación del archivo.
<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.
<zipArchive variable>.ExtractAll (Function)
Extracts all files from an archive and decompresses them.
<zipArchive variable>.ExtractFileList (Función)
Extrae y descomprime una lista de archivos encontrados en un archivo a una ubicación física.
<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.
<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.
<zipArchive variable>.CurrentFile (Función)
Devuelve el nombre del archivo gestionado actualmente por las funciones de adición y extracción de archivos.
<zipArchive variable>.ExtractPath (Función)
Devuelve la ruta de un archivo encontrado en el archivo.
<zipArchive variable>.CreateExe (Función)
Crea un archivo comprimido autoextraíble como un archivo .EXE de 32 bits.
<zipArchive variable>.OpenCAB (Función)
Abre un archivo existente en formato CAB.
zipClose (Example)
Usage example of the zipClose function
<zipArchive variable>.Create (Función)
Crea un archivo.
zipNbPart (Example)
Usage example of the zipNbPart function
zipOpen (Example)
Usage example of the zipOpen function
zipOpenCAB (Example)
Usage example of the zipOpenCAB function
zipOpenRAR (Example)
Usage example of the zipOpenRAR function
zipNbFile (Example)
Usage example of the zipNbFile function
zipFilter (Function)
Returns the list of archive formats supported by the current platform, in the format expected by the filter of fSelect.
<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).
<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.
<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>.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).
zipCreate (Example)
Usage example of the zipCreate function
zipNbPartNeeded (Example)
Usage example of the zipNbPartNeeded function
zipMerge (Example)
Usage example of the zipMerge function
zipMsgError (Example)
Usage example of the zipMsgError function
zipIsMulti (Example)
Usage example of the zipIsMulti function
zipSplit (Example)
Usage example of the zipSplit function
zipSize (Example)
Usage example of the zipSize function
zipDeleteAll (Example)
Usage example of the zipDeleteAll function
zipCreateExe (Example)
Usage example of the zipCreateExe function
zipOpenCAB (Function)
Opens an existing archive in CAB format.
zipListFile (Example)
Usage example of the zipListFile function
zipSelectFile (Function)
Selects files from an archive.
zipExtractPath (Example)
Usage example of the zipExtractPath function
zipNbPart (Function)
Returns the number of sub-archives (parts) of an archive in CAB, RAR, ZIP, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format.
zipDeleteFile (Example)
Usage example of the zipDeleteFile function
zipDeleteAll (Function)
Deletes all files from an archive.
zipNbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
zipAddFile (Example)
Usage example of the zipAddFile function
WLanguage procedure called by zipAddDirectory to handle the progress bar
WLanguage procedure ("Callback") used by zipAddDirectory to manage the progress of files being added to the archive.
zipInfoFile (Example)
Usage example of the zipInfoFile function
zipChangePath (Example)
Usage example of the zipChangePath function
zipIsMulti (Function)
Returns the type of the archive: single-part archive or multi-part archive.
zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
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.
zipOpenRAR (Function)
Opens an existing archive in RAR format.
zipAddDirectory (Example)
Usage example of the zipAddDirectory function
zipClose (Function)
Closes an archive.
zipFileSize (Example)
Usage example of the zipFileSize function
zipMsgError (Function)
Returns the message associated with an error code on an archive.
zipExtractAll (Example)
Usage example of the zipExtractAll function
zipExist (Function)
Determines whether an archive exists.
zipOpen (Function)
Opens an existing archive.
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)
zipExtractFile (Example)
Usage example of the zipExtractFile function
zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
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.
zipListFile (Function)
Returns the list of files found in an archive.
zipDeleteFile (Function)
Deletes a file from an archive.
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
WINDEVVersion (Function)
Returns the version number of the wdxxxvm DLL.
zipCurrentFile (Example)
Usage example of the zipCurrentFile function
zipFindFile (Example)
Usage example of the zipFindFile function
zipFindFile (Function)
Search for a file in an archive (CAB, ZIP, RAR, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format).
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
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).
zipDeleteFileList (Function)
Deletes a list of files from an archive.
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
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.
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
WDZip: Visión general
WDZip sirve para comprimir y agrupar tus archivos en ficheros...
WDDeploy: Deploy a static or PHP site
To install the files of a static site on a Web server...
sInEntryQueue (Function)
Retrieves the number of pending bytes in the input buffer of a specified serial port or infrared port.
sEndEvent (Function)
Disables the detection of an event on a serial port.
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)
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
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.
Window for quick selection
You are searching for a project element? You only know part of its name? Press [CTRL]+[E] to open the quick selection window...
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
sClose (Function)
Closes the specified serial port, parallel port or infrared port.
sEvent (Function)
Branches an event on a serial port.
sEscape (Function)
Runs different functions that directly affect the bits of serial port, parallel port or infrared port, independently of the communication protocol.
zipExtractPath (Función)
Devuelve el ruta de un fichero encontrado en el archivo.
Gestión de puertos (puertos serie, puertos paralelos, puertos USB, etc.)
Varios dispositivos pueden ser gestionados directamente a través de una gestión de los puertos utilizados por estos dispositivos para comunicarse con el ordenador....
Gestión de bases de datos en aplicaciones WINDEV Java
Este documento presenta los diferentes modos de acceso a bases de datos desde una aplicación WINDEV Java...
zipCreateExe (Función)
Crea un archivo comprimido autoextraíble como un archivo .EXE de 32 bits.
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
WDLog: Backup of HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application...
How to create a patch?
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...
sParameter (Function)
Defines or modifies the parameters for configuring the specified serial port, parallel port or infrared port.
<Destination>.CopyRecord (Function)
Copies:
  • the content of the current record (loaded in memory) to the current data file record.
  • the content of the Record variable to the current data file record.
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
Error handling WLanguage procedure called by zipExtractDirectory
WLanguage procedure ("Callback") called if an error is encountered when extracting files with zipExtractDirectory.
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created...
fAttribute (Example)
Usage example of the fAttribute function
sOpen (Function)
Opens and initializes:
  • a serial port.
  • a parallel port.
  • an infrared port.
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution...
fAttribute (Function)
Returns or modifies the attributes of a file.
zipCreate (Función)
Crea un archivo.
Remote WEBDEV administrator: Backing up and restoring a WEBDEV site
The remote administration tool is used to manage the backups of your dynamic WEBDEV websites.
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive...
Procedimiento WLanguage llamado por zipExtractDirectory para gestionar las barras de progreso
Procedimiento WLanguage ("Callback") utilizado por zipExtractDirectory para gestionar el progreso de los archivos que se extraen del archivo.
GglGetDocument (Function)
Downloads a document from Google Docs.
WLanguage procedure called by zipAddDirectory
WLanguage procedure ("Callback") called when adding files with zipAddDirectory.
<gglConnection variable>.GetDocument (Función)
Descarga un documento de Google Docs.
HCopyRecord (Function)
Copies:
  • the content of the current record (loaded in memory) to the current data file record.
  • the content of the Record variable to the current data file record.
In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes (App Store deployment and Ad Hoc deployment) and to widely distribute an application without the need to reference client devices in advance...
Manipulating a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project...
Using WDMSG
The different steps for translating the project messages with WDMSG are as follows:
OLE DB provider for HFSQL
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...
Aplicación Java y WINDEV
Una aplicación Java es una aplicación compilada íntegramente en Java...
Installing a WEBDEV website
There are two methods to install a WEBDEV website on a Unix server...
Crear un proyecto Java
WINDEV le permite generar una aplicación Java sin siquiera conocer el lenguaje Java...
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
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.
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.
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.
SCM: Creating a repository
To share a project via the Source Code Manager, a repository must be created...
fReportsAndQueriesDir (Function)
Returns:
  • the full path of the directory for the custom reports and queries. This directory corresponds to the directory of the reports and queries visible by the user who created them.
  • the full path of the directory for the shared reports and queries. This directory corresponds to the directory of the reports and queries visible by all the application users.
WDDeploy features
WDDeploy is a tool used to easily deploy static or PHP sites...
<Source>.ChangeLogDir (Función)
Modifica la ubicación de los archivos de registro que corresponden a un archivo de datos HFSQL.
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).
Procedimiento WLanguage llamado por la función zipAddFileList
Procedimiento WLanguage ("Callback") utilizado por la función zipAddFileList para seguir el progreso de los archivos que se añaden al archivo comprimido.
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000...
Project Management Hub: Project Management
Project Management Hub: project management (view, create, ...)
Extracting messages added or modified since last extraction
A project was already created and translated...
Comparing the project messages
The comparison between source and target text helps you find translation errors...
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
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).
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install...
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard...
HCreateMovableReplica (Function)
Creates a movable replication.
Compilation instruction: COMPILE SI
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc.
2. Ejemplos proporcionados con WINDEV
Los ejemplos proporcionados con WINDEV tienen como objetivo ayudarle a conocer las funcionalidades de WINDEV.
HSynchronizeReplica (Function)
Synchronizes master and subscriber replicas: operations performed on one replica are transferred to the other.
1. Ejemplos proporcionados con WINDEV Mobile
Project Management Hub: Spool of requests
The Project Management Hub is used to define spools of requests...
Tipos avanzados
Los tipos avanzados de WLanguage son los siguientes
"Project explorer" pane
The "Project explorer" pane is used to simplify the development environment of WINDEV, WEBDEV and WINDEV Mobile...
Tienda privada para aplicaciones móviles
Existen dos métodos para implementar aplicaciones...
Propiedades disponibles en Java
WINDEV le permite generar una aplicación Java sin siquiera conocer el lenguaje Java...
Creating and generating an external component
A component must be created from a project containing all the elements required for the component...
New products brochure 28: Common new products
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure.
2025 novelties brochure: Common novelties
What's new in WINDEV/WEBDEV/WINDEV Mobile 2025 in the What's new 2025 brochure.
Mapa del sitio de la documentación de PC SOFT
Valor de las constantes para la API de 32 bits de Windows
Valor de las constantes para la API de 32 bits de Windows
1
4
5
6
7
8
>