AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

Resultados de la búsqueda
Resultados 4976-193 de 193 para type
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.
sfMergeResult (Variable type)
The sfMergeResult type is used to find out the result of SFMerge...
InfoVersion (Variable type)
The InfoVersion type is used to get the characteristics of a specific application version.
docElementText (Variable type)
The DocElementText type is used to handle the characteristics of a Text element found in a DocElement variable.
gglMapParameter (Variable type)
The gglMapParameter type is used to define the advanced characteristics of a map...
xlsColumnType (Example)
Usage example of the xlsColumnType function
ScreenType (Function)
Returns the type of screen on which the application is running: phone, tablet, computer or watch.
XMLSource (Propiedad)
El XMLSource Property se utiliza para get el código fuente XML.
HTTPSimulateNetwork (Function)
Simulates a slow network by limiting the download and upload speed.
HModifyStructure (Example)
Usage example of the HModifyStructure function
TwainState (Example)
Usage example of the TwainState function
HListKey (Example)
Usage example of the HListKey function
DiagramEndModification (Función)
Indica el final de una serie de acciones realizadas en un documento de tipo Diagrama en un solo evento (acciones en el menú "Rehacer/Deshacer".
XMLDocument (Example)
Usage example of the XMLDocument function
Size (Example)
Usage example of the Size property
dCircle (Example)
Usage example of the dCircle function
CertificateSignString (Example)
Usage example of the CertificateSignString function
SQLConnect (Example)
Usage example of the SQLConnect function
<Diagram variable>.ToSVG (Función)
Exporta un diagrama a una imagen SVG.
dBackground (Example)
Usage example of the dBackground function
SOAPToHTTP (Example)
Usage example of SOAPToHTTP
InAndroidMode (Example)
Usage example of the InAndroidMode function
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
Shadow (Property)
La propiedad Shadow activa o desactiva la sombra de una forma en un diagrama.
HInfoFileRights (Example)
Usage example of the HInfoFileRights function
SOAPError (Example)
Usage example of the SOAPError function
fTempPath (Example)
Usage example of the fTempPath function
fWrite (Example)
Usage example of the fWrite function
HViewToFile (Example)
Example of function use HViewToFile
HCopyFile (Example)
Usage example of the HCopyFile function
RequestRefreshUIElement (Función)
Solicita la ejecución del evento "Solicitud para actualizar la visualización" del elemento especificado (y devuelve el control sin esperar la ejecución del evento).
FicEncryption (Property)
La propiedad FicEncryption establece el método de cifrado de un archivo de datos.
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action...
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
SubCaption (Property)
The SubCaption property is used to get and change:
  • the secondary caption of an option found in a Radio Button or Check Box control.
  • the secondary caption of an element found in a TreeMap control.
HDeleteBackup (Function)
Deletes a backup previously created with HBackup.
Width (Property)
La propiedad Width obtiene y establece el ancho de un elemento.
SaaSAdminFindSite (Función)
Buscar un sitio en la base de datos del servicio web SaaS.
StopWord (Property)
En StopWord se utiliza para definir palabras clave en un Índice de texto completo definido mediante programación.
ParallelTaskWait (Function)
Waits for the execution of a parallel task.
Propiedades del control Contenedor nativo
Puede manipular un control Contenedor nativo en una ventana utilizando las siguientes propiedades WLanguage...
Paragraph (Property)
La propiedad Paragraph permite manipular párrafos en un documento de un procesador de texto.
Transparency of windows
WINDEV allows you to apply a transparency coefficient to the windows...
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...
MmoEncryption (Property)
La propiedad MmoEncryption permite definir el método de cifrado del archivo memo (.MMO) asociado a un archivo de datos.
ToolTip (Property)
La propiedad ToolTip obtiene y cambia el texto que se muestra en un tooltip. Este tooltip puede asociarse a:
  • un control de una ventana o página,
  • Versiones 2026 y posteriores
    un control en un reporte. En este caso, el tooltip solo será visible en el visor de reportes.
    Nota: Esta funcionalidad solo está disponible en la versión por suscripción, a partir de WINDEV Suite 2025 - Update 3.
    Novedad de la versión por suscripción
    un control en un reporte. En este caso, el tooltip solo será visible en el visor de reportes.
    Nota: Esta funcionalidad solo está disponible en la versión por suscripción, a partir de WINDEV Suite 2025 - Update 3.
    Novedad versión 2026
    un control en un reporte. En este caso, el tooltip solo será visible en el visor de reportes.
    Nota: Esta funcionalidad solo está disponible en la versión por suscripción, a partir de WINDEV Suite 2025 - Update 3.
    un control en un reporte. En este caso, el tooltip solo será visible en el visor de reportes.
    Nota: Esta funcionalidad solo está disponible en la versión por suscripción, a partir de WINDEV Suite 2025 - Update 3.
zipIsMulti (Function)
Returns the type of the archive: single-part archive or multi-part archive.
SchedulerAddTrigger (Función)
Crea un desencadenador para una tarea programada.
Connected devices: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects...
ActionDo (Function)
Creates and runs a custom action (defined through programming) with support of "Undo/Redo".
NdxEncryption (Property)
La propiedad NdxEncryption permite definir el método de cifrado del archivo de índice (.NDX) asociado a un archivo de datos.
EmailImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.
zipExist (Function)
Determines whether an archive exists.
HModifyTask (Function)
Modifies a scheduled task on the HFSQL server defined by the connection.
SOAPRun (Example)
Usage example of the SOAPRun function
Changing sites from AWP to SEO-ready session mode
Definition (Tipo de variable)
El tipo Definition obtiene las características de los siguientes tipos:
  • tipo simple,
  • tipo avanzado,
  • clase,
  • estructura.
Android Nota: Esta funcionalidad solo está disponible en la versión por suscripción, a partir de WINDEV Suite 2025 - Update 3.
HNotifConfigure (Function)
Specifies and configures the server used to send notifications by the HFSQL server.
The "Surface" charts
The Surface chart is used to represent correlated analogical data, according to 3 axes
DnDCacheData (Example)
Usage example of the DnDCacheData function
hdfsCloseConnection (Función)
Cierra una conexión con un servidor Hadoop.
¿Cómo leer correos electrónicos a través del protocolo IMAP?
Esta página de ayuda explica cómo leer correos electrónicos a través del protocolo IMAP.
Image Editor control: Ribbon and panel options
The Image Editor control offers a host of options accessible via...
SOAPAddXMLSignature (Example)
Usage example of the SOAPAddXMLSignature function
Step 4: Start printing
To start the print job, simply use iEndPrinting...
Manipulating Internal Window controls programmatically
The "Internal Window" control is used to display an existing internal window...
Creación de un plan de acción
Los planes de acción agrupan todas las acciones que realizará la fábrica de software.
Printing a watermark text
A report (and a duplicate copy) can include an additional text in the format of a watermark, such as "Confidential" or "Duplicate" printed across the report.
ParallelTaskRequestCancellation (Función)
Solicita la cancelación de una tarea paralela.
TabStatus (Function)
Returns the status of a dynamic tab pane (identified by its alias).
Element (Property)
La propiedad Element permite manipular los elementos de un documento de un procesador de texto.
Manipulating Image Editor controls programmatically
WINDEV allows you to programmatically manipulate Image Editor controls...
WDStatistics: Presentation
WDStatistics is a tool used to perform statistical calculations regarding the traffic of your dynamic WEBDEV websites...
Creating a .NET assembly from WINDEV
To create a.NET assembly, ...
MouseCursor (Property)
The MouseCursor property gets and sets the cursor displayed when pointing over a control, window or page.
gr3DSParameter (Function)
Retrieves or modifies a parameter for drawing a chart in 3D Spatial mode.
Project Management Hub: Spool of requests
The Project Management Hub is used to define spools of requests...
Creating an executable: Manifest management
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)...
SchedulerAddTask (Example)
Usage example of the SchedulerAddTask function
ClientID (Property)
La propiedad ClientID obtiene el ID del cliente definido cuando se declaró o registró la aplicación.
Constants for managing the Image Editor control
CtAccess (Property)
La propiedad CtAccess establece el tipo de acceso al archivo de datos al conectarse a una tabla específica a través de OLE DB.
MaxLinkedCardinality (Property)
La propiedad MaxLinkedCardinality obtiene y cambia la cardinalidad máxima del campo relacionado.
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ...
iNewLine (Function)
Prints a line (in Windows standard, with a rounded end) at specified coordinates.
Create an application or website using RAD (Rapid Application Development)
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)...
Página compatible con SEO en modo sesión
En WEBDEV, hay dos métodos para desarrollar un sitio...
RootNode (Propiedad)
La propiedad RootNode obtiene los nodos raíz de un documento HTML o XML.
Configuring the remote administrator
The remote administrator is an optional tool provided with WEBDEV Application Server...
CtDescribedAccess (Propiedad)
La propiedad CtDescribedAccess establece el tipo de acceso a un archivo de datos al conectarse a una tabla específica a través de OLE DB.
MinLinkedCardinality (Property)
La propiedad MinLinkedCardinality obtiene y cambia la cardinalidad mínima del campo relacionado.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
JSONExecute (Function)
Calls the URL of a page on the server that returns data in JSON format (JavaScript Object Notation).
The Upload control
The Upload control is used to upload files on the Web server...
SaaSAdminListSite (Función)
Lista los sitios SaaS declarados en la base de datos de un servicio web SaaS de WEBDEV.
ToolTip (Property)
La propiedad ToolTip obtiene y cambia el texto del tooltip.
ServiceInstall (Example)
Usage example of the ServiceInstall function
CurrentWorksheet (Property)
La propiedad CurrentWorksheet obtiene y establece la hoja de trabajo actual en un control Hoja de cálculo.
OrganizerDeleteAppointment (Example)
Usage example of the OrganizerDeleteAppointment function
StartPosition (Property)
La propiedad StartPosition obtiene la posición inicial de un elemento en un documento de un procesador de texto.
2. Ejemplos proporcionados con WINDEV
Los ejemplos proporcionados con WINDEV tienen como objetivo ayudarle a conocer las funcionalidades de WINDEV.
Limitations of WINDEV, WEBDEV and WINDEV Mobile
TreeMapSelectGroup (Function)
Visually selects a group of elements in a TreeMap control.
CtDatabase (Property)
La propiedad CtDatabase permite establecer la fuente de datos OLE DB al conectarse a una tabla específica a través de OLE DB.
MaxSourceCardinality (Property)
La propiedad MaxSourceCardinality obtiene y cambia la cardinalidad máxima del campo de origen en la relación.
Handling controls in a window
The different operations that can be performed on the window controls are as follows...
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments...
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
Height (Property)
La propiedad Height obtiene y establece la altura de un elemento.
hFileParameter (Tipo de variable)
El tipo hFileParameter permite definir los archivos de datos que se tendrán en cuenta en una tarea de optimización programada.
PhoneNumber (Property)
La propiedad PhoneNumber se utiliza para obtener y modificar un número de teléfono.
SFConvertLead (Function)
Converts the leads.
Publicación dinámica
La "Publicación dinámica" es una técnica en la que la misma dirección (URL) conduce a 2 páginas diferentes...
ClientSecret (Property)
La propiedad ClientSecret obtiene el código secreto de cliente definido cuando se declaró o registró la aplicación.
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
CtDescribedDatabase (Propiedad)
La propiedad CtDescribedDatabase permite establecer la fuente de datos OLE DB al conectarse a una tabla específica a través de OLE DB.
MinSourceCardinality (Property)
La propiedad MinSourceCardinality obtiene y cambia la cardinalidad mínima del campo de origen de la relación.
zipClose (Function)
Closes an archive.
XMLDocument (Function)
Creates a new XML document.
gpwEnumControl (Function)
Enumerates the controls found in a window or page.
Preparing a Web server for a first deployment
Deploying a WEBDEV website consists in installing the WEBDEV website on a Web server...
TwainToBMP (Function)
Allows you to perform one of the following actions:
  • save the document coming from the Twain device in a Bitmap file (".BMP" extension).
  • view the document coming from the Twain device in the user interface of the device.
  • save the document coming from the Twain device directly in memory in Bitmap format (in a buffer).
CtExtendedInfo (Propiedad)
La propiedad CtExtendedInfo obtiene la información adicional insertada en la cadena de conexión a la base de datos.
Class (Property)
La propiedad Class permite obtener el tipo real de la instancia de clase manipulada por una variable de tipo object, variant o dynamic object.
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows...
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
MapDeleteAll (Function)
Deletes the following from a Map control:
  • all markers,
  • use any shape you want,
  • all images.
Propiedades asociadas a los controles Línea de tiempo
Puede manipular los controles Línea de tiempo en una ventana utilizando las siguientes propiedades de WLanguage.
Before (Property)
La propiedad Before reemplaza o inserta un procedimiento antes de los demás procedimientos en:
  • una variable de tipo Procedure.
  • un evento asociado a un control.
EndPosition (Property)
Use in docFragment class - Read + Write access - Type: Integer32
HSL / SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected...
CtInitialCatalog (Property)
La propiedad CtInitialCatalog permite obtener la base de datos predeterminada definida para el acceso.
Cambiar las características de los controles de una ventana
Las características de los controles se pueden ver y/o cambiar en...
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
XMLData (Function)
Returns the value of current element (tag or XML attribute) or the value of one of its attributes.
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed...
HTTPSendForm (Función)
Envía un formulario HTTP.
SaaSAdminAddService (Función)
Añade un servicio SaaS a la descripción de un sitio web.
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
CtDescribedCaption (Property)
La propiedad CtDescribedCaption obtiene y establece el título de la conexión a la fuente de datos OLE DB.
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button...
HChangeConnection (Function)
Dynamically changes the connection associated with a data file.
Software factory: Installation
To use the software factory, a coordinator must be installed on a computer as well as the different robots that will perform the tasks found in the action plans.
ControlPane (Function)
Returns the name of static or dynamic pane found in a Tab control associated with a control.
MongoGridFSDeleteFileByID (Function)
Deletes a file identified by its identifier from a MongoDB file system.
CtDescribedPassword (Propiedad)
La propiedad CtDescribedPassword permite establecer la contraseña utilizada para abrir un archivo de datos en una conexión OLE DB (solo para archivos de datos definidos mediante programación).
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.
SchedulerReset (Function)
Populates the ScheduledTask and/or TriggerScheduledTask structures with the default values.
HTTPAddFile (Función)
Añade un archivo al formulario HTTP.
Format (Property)
La propiedad Format se utiliza para identificar y cambiar el formato de un elemento
AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV applications...
<PDF Reader>.Highlight (Función)
Busca un texto en el documento mostrado por un control Lector PDF y resalta las apariciones de este texto en el control.
hbConnection (Tipo variable)
El tipo hbConnection permite definir las características de una conexión a un servidor HBase.
After (Property)
La propiedad After reemplaza o inserta un procedimiento después de los otros procedimientos en:
  • una variable de tipo Procedure.
  • un evento asociado a un control.
ParallelTaskExecuteAfterAll (Función)
Indica una tarea paralela de continuación que se ejecutará cuando todas las tareas de un array de tareas paralelas hayan finalizado.
FAA: Edit control fields for file paths
The edit controls that use the "File name and full path" input mask propose several AAFs (Automatic Application Features):
  • a specific context menu used to handle the file.
  • a file preview in thumbnail format (for an Image or PDF file path).
<Multimedia>.Stop (Función)
Detiene la reproducción de un archivo multimedia encontrado en un control Multimedia.
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable...
Printing from the server
WEBDEV allows you to print from a WEBDEV website on a printer connected to the web server...
TwainToControl (Function)
Allows:
  • view the document coming from the Twain device in an Image control.
  • view the document coming from the Twain device in the user interface of device.
Secuencia de condiciones de selección para una consulta
Cuando se encuentran por lo menos dos condiciones de selección en una consulta, la secuencia de condiciones de selección debe ser especificada por los operadores condicionales AND y OR....
CtCursorOptions (Property)
La propiedad CtCursorOptions obtiene el tipo de cursor utilizado al conectarse a una base de datos externa.
CDEject (Function)
Opens or closes the door of CD/DVD player selected on the current computer.
Monitoring robot: Robot controller settings
From the monitor, you can change the configuration options...
MagnifierMode (Property)
The MagnifierMode property determines and changes how the magnifier is displayed in the column headings of a Table or TreeView Table control.
Enumeration (Tipo de variable)
Una enumeración es un conjunto de valores....
HDFS functions
The following functions are used to manage files on a HDFS system...
VerticalAlign (Property)
La propiedad VerticalAlign permite alinear elementos verticalmente.
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
DocPrint (Function)
Prints a document in "docx" format.
<Multimedia>.Beginning (Función)
Posiciones al principio del archivo multimedia reproducido en el control Multimedia.
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
CtOLEDBProvider (Propiedad)
La propiedad CtOLEDBProvider obtiene y establece el nombre del proveedor OLE DB (también llamado servidor OLE DB).
zipListFile (Function)
Returns the list of files found in an archive.
Primary (Property)
Se puede utilizar la propiedad Primary:
StackInfo (Función)
Recupera las características de un apilamiento: tipos de elementos y número de elementos.
Propiedades del control Barra de progreso infinita
Un control Barra de progreso infinita puede manipularse en una ventana con las siguientes propiedades WLanguage...
HDFS constants
The following constants are used by the HDFS functions:
Funciones de HBase
Las siguientes funciones se utilizan para gestionar bases de datos HBase:
SpreadsheetInputFunction (Function)
Inserts a function name at cursor position in the editable cell of a Spreadsheet control found in a window.
<Multimedia>.Duration (Función)
Devuelve el tamaño del archivo multimedia reproducido actualmente (en milisegundos) en el control Multimedia.
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
Joins between the data files of a select query
When several data files are used in a query, the query editor automatically searches for the links between these files defined in the analysis...
XamlProperty (Function)
Used to find out and modify the value of a .Net property for an Xaml control or for a Carousel control.
fFileName (Function)
Returns the name of an external file currently open.
ParallelTaskExecuteAfterOne (Función)
Indica una tarea paralela de continuación que se ejecutará una vez finalizada la primera tarea de un array de tareas paralelas.
<Multimedia>.Estado (Función)
Indica el estado del archivo multimedia reproducido en el control Multimedia.
Code history
The code history is used to...
CtDescribedOLEDBProvider (Property)
La propiedad CtDescribedOLEDBProvider obtiene y establece el nombre del proveedor OLE DB (también llamado servidor OLE DB).
zipMsgError (Function)
Returns the message associated with an error code on an archive.
HConnect (Function)
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables.
1
8