AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

Resultados de la búsqueda
Resultados 176-196 de 196 para exist
<Menu>.Exist (Función)
Indica si una opción de menú existe en un menú.
<zipArchive variable>.Exist (Función)
Determina si existe un archivo.
<Chart>.Exist (Función)
Comprueba la existencia de un gráfico en memoria.
MatExist (Example)
Usage example of the MatExist function
<zipArchive variable>.ChangePath (Función)
Modifica la ruta almacenada de un archivo en un fichero (en formato ZIP, WDZ o 7z).
Native Access to SAP
SAP is a widely used ERP...
Constantes para ficheros externos
Lista de constantes utilizadas por las funciones para la gestión de archivos externos.
HListREP (Function)
Returns the list of assignments for the data files handled by the current application, which means the list of physical files corresponding to the files described in the analysis.
PVTCalculateUpdate (Función)
Actualiza parte de los datos de un control Tabla dinámica a partir de una fecha determinada.
WEBDEV - Código ServidorLinux Nota: Esta funcionalidad solo está disponible en la versión por suscripción, a partir de WINDEV Suite 2025 - Update 4.
<Chart>.StockAddData (Función)
Añade datos a un gráfico de cotizaciones (velas japonesas, barcharts o minmax).
<Pivot Table>.CalculateUpdate (Función)
Actualiza parte de los datos de un control Tabla dinámica a partir de una fecha determinada.
WEBDEV - Código ServidorLinux Nota: Esta funcionalidad solo está disponible en la versión por suscripción, a partir de WINDEV Suite 2025 - Update 4.
<Source>.ChangeLogDir (Función)
Modifica la ubicación de los archivos de registro que corresponden a un archivo de datos HFSQL.
fDirSize (Function)
Returns the size of a directory in bytes.
AppointmentList (Function)
Lists the appointments found on the mobile device (Android/iOS) and corresponding to the specified criteria.
XMLOpenReader (Example)
Usage example of XMLOpenReader
HChangeLogDir (Función)
Modifica la ubicación de los archivos de registro que corresponden a un archivo de datos HFSQL.
HCheckStructure (Function)
Defines the mode for comparing data files.
Set up journaled replication: Modify analysis
Log-based replication can be implemented in the data model editor...
<zipArchive variable>.DeleteFile (Función)
Elimina un archivo de un fichero.
<Source>.CheckStructure (Función)
Define el modo de comparación de archivos de datos.
<zipArchive variable>.merge (función)
Fusiona los distintos subarchivos de un archivo de varias partes para crear un archivo de una sola parte.
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
Funciones memorizadas
Las siguientes funciones se utilizan para gestionar bases de datos Memcached:
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
WDADMINEXE: Instalación Push
WDADMINEXE se utiliza para implementar aplicaciones de red en Push a través de la pestaña "Push"...
<Page>Pantalla (Función)
Muestra una página web en el navegador del usuario.
<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.
fDelete (Function)
Deletes a file accessible from the current computer.
fCompare( Función)
Compara el contenido de dos archivos poco a poco.
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ...
XMLSave (Función)
Guarda un documento XML en un archivo.
URIToFile (Function)
Saves, in the background, the content of a resource (image, text, etc.) identified by its URI in an external file.
How to retrieve the bugs or suggestions of my users?
The different Control Centers provided with WINDEV allow you to easily manage the user feedback for your applications...
Error handling WLanguage procedure called by zipExtractDirectory
WLanguage procedure ("Callback") called if an error is encountered when extracting files with zipExtractDirectory.
Setups while taking the Push into account
The setup while taking the Push into account is used to deploy an application on all the client computers of a network from a single management computer...
zipDeleteFile (Function)
Deletes a file from an archive.
EmailCheckAddress (Function)
Checks the validity of an email address.
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...
Step 2: Files to install
The setup program creation wizard allows you to select the files that will be installed with the site...
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
GglUploadDocument (Function)
Uploads a document to the Google server.
PVTLoad (Función)
Carga el resultado del cálculo de un control Tabla dinámica a partir de un archivo de copia de seguridad ubicado en el disco o en un búfer.
WEBDEV - Código ServidorLinux Nota: Esta funcionalidad solo está disponible en la versión por suscripción, a partir de WINDEV Suite 2025 - Update 4.
HRead (Function)
Reads a record in a file according to a given record number.
<Chart>.AddData (Función)
Añade un dato a un gráfico.
SaaS
SaaS (acronym of Software as a Service) is a model for software distribution that consists in proposing an application in subscription via a Web site rather than via the purchase of a license...
HOpenAnalysis (Function)
Opens an analysis in HFSQL Classic format.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
<gglConnection variable>.UploadDocument (Función)
Sube un documento al servidor de Google.
<Source>.Read (Función)
Lee un registro en un archivo de datos de acuerdo con un número de registro determinado.
<Pivot Table>.Load (Función)
Carga el resultado del cálculo de un control Tabla dinámica a partir de un archivo de copia de seguridad ubicado en el disco o en un búfer.
WEBDEV - Código ServidorLinux Nota: Esta funcionalidad solo está disponible en la versión por suscripción, a partir de WINDEV Suite 2025 - Update 4.
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array.
This multiple assignment is also available for the structures and the classes.
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
HPrevious (Function)
Sets the position on the previous record of the data file according to a browse item.
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code...
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
fMoveFile (Function)
Moves a file from one directory to another.
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
HFSQL Client/Server: Presentación
Tiene la posibilidad de crear aplicaciones que accedan a las bases de datos de HFSQL Client/Server....
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys...
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
Manipulating Tab controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to manipulate a Tab control through programming...
<Source>.Previous (Función)
Establece la posición en el registro anterior del archivo de datos según un campo de navegación.
<Source>.FilterIdentical (Función)
Define y activa un filtro que permite buscar el valor exacto de un elemento de tipo cadena.
<zipArchive variable>.DeleteFileList (Función)
Elimina una lista de archivos de un fichero.
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
zipDeleteFileList (Function)
Deletes a list of files from an archive.
MatFloatMultiply (Example)
Usage example of the MatFloatMultiply function
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
Oracle Native Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV analysis...
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError...
MatCopy (Example)
Usage example of the MatCopy function
Carpetas personales en el esquema de base de datos
Las "Carpetas Personales" permiten agrupar varias descripciones de tablas...
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
<Source>.Last (Función)
Establece la posición en el último registro de un archivo de datos de acuerdo con un elemento de navegación.
MatTranspose (Example)
Usage example of the MatTranspose function
MatFloatAdd (Example)
Usage example of the MatFloatAdd function
fSize (Function)
Returns the size of a file (in bytes).
TraceBuild (Función)
Muestra un mensaje personalizable en la ventana de rastreo abierta en paralelo con la ventana actual.
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas...
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
Creating the Relation windows of a WINDEV RAD pattern
Descarga un directorio y sus archivos de una unidad remota al equipo del usuario.
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
ErrorBuild (Función)
Muestra un mensaje de error personalizado en una ventana de error del sistema.
PVTSave (Función)
Guarda el resultado del cálculo realizado en un control Tabla dinámica (en un archivo o en la memoria).
WEBDEV - Código ServidorLinux Nota: Esta funcionalidad solo está disponible en la versión por suscripción, a partir de WINDEV Suite 2025 - Update 4.
<Source>.ReadPrevious (Función)
Establece la posición en el registro anterior de un archivo de datos de acuerdo con un elemento de navegación.
Programación de cálculos personalizados en controles Tabla (sintaxis con prefijo)
Creates the description file of a subscriber replica.
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way...
MatFill (Example)
Usage example of the MatFill function
appServerScheduledTask (Variable type)
The appServerScheduledTask type is used to manage a scheduled task of WEBDEV Application Server through programming (for a site or a web service).
MatWrite (Example)
Usage example of the MatWrite function
fAttribute (Function)
Returns or modifies the attributes of a file.
HChangeDir (Función)
Cambia la ruta de acceso a un archivo de datos (es decir, el directorio en el que se manipulará el archivo).
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
MatAdd (Example)
Usage example of the MatAdd function
EmailReadMessage (Example)
Usage example of the EmailReadMessage function
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
<Source>.FilterIncludedBetween (Función)
Define y activa un filtro de tipo "Comprendido entre" en un archivo de datos, vista o consulta.
Programming custom calculations in Table controls
Converts a one- or two-dimensional array to a character string.
MatInvert (Example)
Usage example of the MatInvert function
MatDeterminant (Example)
Usage example of the MatDeterminant function
MatMultiply (Example)
Usage example of the MatMultiply function
<Source>.First (Función)
Establece la posición en el primer registro de un archivo de datos de acuerdo con el elemento de navegación especificado.
<Source>.FilterStartsWith (Función)
Define y activa un filtro de tipo "Comienza por" en un archivo, vista o consulta.
MatCreate (Example)
Usage example of the MatCreate function
<Source>.ChangeDir (Función)
Cambia la ruta de acceso a un archivo de datos (es decir, el directorio en el que se manipulará el archivo).
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
Anchoring in a page
In a page, the anchors define how the content of a page will behave when the page is enlarged by the Web user.
EmailReadMessage (Función)
Lee un mensaje entrante de acuerdo con el protocolo utilizado (POP3 o IMAP, Lotus Notes o Outlook).
<Source>.ReadLast (Función)
Establece la posición en el último registro de un archivo de datos de acuerdo con un elemento de navegación.
AAFExportSecurity (Function)
Secures the export of confidential data in the AAFs (Automatic Application Features) that are used to export, print or save data.
Error (Función)
Muestra un mensaje de error personalizado en una ventana de error del sistema.
HImportText (Function)
Imports a Text file into an HFSQL Classic or Client/Server data file. This data file must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile).
<Source>.ReadNext (Función)
Establece la posición en el siguiente registro del archivo de datos según un campo de navegación.
Propiedades varias
Keyword AboveAll keyword is used to indicate that the window is in the foreground relative to all other windows (including those of other applications).
<Source>.ImportText (Función)
Importa un archivo de Texto a un archivo de datos en formato HFSQL Classic o Client/Server (archivo de datos descrito en el editor de análisis, o declarado por las funciones HDeclare, HDeclareExternal o HDescribeFile).
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications...
HHistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
<zipArchive variable>.Split (Función)
Divide un archivo en varios subarchivos de un tamaño determinado.
<Source>.HistoryModification (Función)
Devuelve las modificaciones realizadas en uno o más campos de un registro determinado. El resultado se puede mostrar en un control List Box o Tabla para que el usuario pueda ver las modificaciones realizadas en el archivo especificado.
Errors during an FTP installation
The list below presents the error messages that are displayed in the remote setup wizard (for the site manager)...
htmlNode (Tipo de Variable)
El tipo htmlNode se utiliza para definir todas las características avanzadas de un nodo de un HTML Document .
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control...
zipSplit (Función)
Divide un archivo en varios subarchivos de un tamaño determinado.
FaxResume (Function)
Re-enables a fax paused in the spooler (pending fax).
FaxPause (Function)
Pauses a fax in the spooler.
HTMLClassDelete (Function)
Deletes a class from the HTML classes of a control.
HTMLClassToggle (Function)
Toggles a class in the HTML classes of a control: the class is added if it does not exist, the class is deleted if it already exists.
iDestination( Función)
Configura el destino de impresión.
<Source>.Filter (Función)
Define y activa un filtro en un archivo de datos, vista o consulta.
<Certificate variable>.ExtractExtensionValue (Función)
Devuelve el valor de una extensión de certificado.
CertificateExtractExtensionValue (Function)
Returns the value of a certificate extension.
FaxDelete (Function)
Deletes a fax from the spooler and cancels it.
HReadFirst (Función)
Establece la posición en el primer registro del archivo de datos de acuerdo con un elemento de navegación.
<Source>.ReadFirst (Función)
Establece la posición en el primer registro del archivo de datos de acuerdo con un elemento de navegación.
MapClosePopup (Function)
Closes the popup of a marker displayed in the Map control.
htmlAttribute (Tipo variable)
El tipo htmlAttribute se utiliza para definir todas las características avanzadas de un atributo de un elemento de un documento HTML.
Oracle Native Connector: Features and notes
Remarks and specific features of the Native Oracle Connector
Global procedure/function
A global procedure can be used in all the processes or events of the project.
MemcachedAssign (Function)
Modifies a key/value couple in the Memcached cache:
  • If the key exists, the value is modified.
  • If the key does not exist, the key/value couple is added.
HOpenConnection (Function)
Opens a connection to a specific database.
H. ErrIgnorar (Variable)
Especifica el modo para procesar los errores.:
  • los errores son procesados por WINDEV
  • el programa procesa los errores.
HTMLModifyAttribute (Function)
Adds or changes an attribute of the current node of the HTML document.
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows...
SysSetFocus (Function)
Sets focus to a window or control.
fCopyFileWebFolder (Función)
Copia un archivo de imagen del directorio de datos de la aplicación (o de uno de sus subdirectorios) al directorio "_WEB" de la aplicación (o a uno de sus subdirectorios).
<htmlNode variable>.ModifyAttribute (Función)
Añade o modifica un atributo del nodo actual del documento HTML.
SCM administrator: available tools
The SCM administrator (Source Code Manager) proposes several tools to manage and optimize the SCM repository...
StreamChangeDriver (Function)
Specifies the camera that will be used as source for a stream and/or a Conference control.
iPreview (Function)
Configures the print destination.
FaxRestart (Function)
Restarts a fax in the spooler.
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
WDOptimizer: Editing a ".REP" file
Envía un formulario HTTP.
<emailOutlookSession variable>.AddFolder (Función)
Añade una carpeta al software de mensajería Outlook.
HTMLControlValue (Function)
Used to identify or modify a control in an HTML form contained in an HTML Display control.
HFilter (Function)
Defines and enables a filter on a data file, view or query.
TabStatus (Function)
Returns the status of a dynamic tab pane (identified by its alias).
<HTML Display control>.ControlValue (Función)
Se utiliza para identificar o modificar un control de un formulario HTML contenido en un control de visualización HTML.
<zipArchive variable>.OpenCAB (Función)
Abre un archivo existente en formato CAB.
The Upload control
The Upload control is used to upload files on the Web server...
<Pivot Table>.Save (Función)
Guarda el resultado del cálculo realizado en un control Tabla dinámica (en un archivo o en la memoria).
WEBDEV - Código ServidorLinux Nota: Esta funcionalidad solo está disponible en la versión por suscripción, a partir de WINDEV Suite 2025 - Update 4.
Document (Example)
Usage example of Document
1. Funciones WLanguage específicas de WEBDEV
Lista de funciones financieras
LDAPAddAttribute (Function)
Adds an attribute or adds a new value to an existing attribute.
Universal replication
The purpose of universal replication is to keep several databases synchronized...
fCompress (Function)
Compresses a file.
Project Management Hub: Project Management
Project Management Hub: project management (view, create, etc.)
ThreadExecute (Function)
Starts the execution of a secondary thread.
Gestión de códigos de barras
El uso de códigos de barras para identificar y gestionar los productos se ha convertido en algo esencial....
The Text field: Edit control and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks...
BarCodes (Variable type)
The BarCodes type is used to handle the information found in a bar code.
I'm a Project Manager: How do I manage a development project?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including...
Creating and generating an external component
A component must be created from a project containing all the elements required for the component...
HDescribeConnection (Function)
Describes a new connection to an external database.
Importación y consumo de servicios web SOAP
WINDEV, WEBDEV y WINDEV Mobile le permiten importar directamente servicios web en sus aplicaciones...
Funciones HFSQL
Lista de funciones para la gestión de HFSQL
TwainState (Example)
Usage example of the TwainState function
Clases, miembros, métodos y propiedades
Una clase se compone de....
<Source>.ExecuteSQLQuery (Función)
Inicializa una consulta escrita en lenguaje SQL y declara esta consulta al motor HFSQL.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
WINDEV Mobile 2026: Novedades de WLanguage
La versión 2026 incluye funciones, propiedades y tipos de datos nuevos y mejorados, ...
HFSQL constants
List of constants used by the HFSQL functions.
Propiedades disponibles en Java
WINDEV le permite generar una aplicación Java sin siquiera conocer el lenguaje Java...
WEBDEV 2026: Novedades WLanguage
La versión 2026 incluye funciones, propiedades y tipos de datos nuevos y mejorados, ...
New products brochure 28: Common new products
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure.
2. Ejemplos proporcionados con WINDEV
Los ejemplos proporcionados con WINDEV tienen como objetivo ayudarle a conocer las funcionalidades de WINDEV.
Brochure des nouveautés 2024 : Nouveautés communes
Nouveautés de WINDEV/WEBDEV/WINDEV Mobile 2024 présentes dans la brochure des Nouveautés 2024.
Valor de las constantes para la API de 32 bits de Windows
Valor de las constantes para la API de 32 bits de Windows
Mapa del sitio de la documentación de PC SOFT
Specific features of print in PDF format
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc.
1
6
7
8