AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

Resultados de la búsqueda
Resultados 4126-198 de 198 para Function
Procedure/Function
A procedure is used to associate an identifier with a statement block...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Local procedure
Two types of procedures are available...
TabStatus (Function)
Returns the status of a dynamic tab pane (identified by its alias).
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.
ControlEnabled (Function)
Enables a control or a group of controls in a window. An animation can be set on the controls during this operation.
iPrintDuplicate (Function)
Prints a duplicate copy of a report.
SchedulerModifyTask (Function)
Modifies the parameters of a scheduled task.
XMLDocument (Function)
Creates a new XML document.
zipClose (Function)
Closes an archive.
HourGlass (Function)
Transforms the mouse cursor into hourglass and vice versa.
In Android and iOS, displays an endless progress bar in a window.
TreeGiveChild (Function)
Returns the "children" of an element found in a TreeView control.
SchedulerDeleteTask (Function)
Deletes a scheduled task.
SFConvertLead (Function)
Converts the leads.
SchedulerModifyTrigger (Function)
Modifies the parameters of a trigger of a scheduled task, i.e. the parameters that will define the execution of a task.
iListNestedReports (Function)
Returns:
  • the list of nested reports currently printed (reports run by iPrintReport in one of the processes of the report currently printed).
  • the list of sequenced reports currently printed (iSequenceAdd).
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
TreeMapSelectGroup (Function)
Visually selects a group of elements in a TreeMap control.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
HTTPSimulateNetwork (Function)
Simulates a slow network by limiting the download and upload speed.
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).
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
HNotifConfigure (Function)
Specifies and configures the server used to send notifications by the HFSQL server.
XMLFindNamespaceByName (Function)
Finds an XML namespace according to its XML node and in the parents of the node.
SchedulerTaskStatus (Function)
Gets or sets the status of a task created in the Windows scheduler.
iNewLine (Function)
Prints a line (in Windows standard, with a rounded end) at specified coordinates.
TreeMapSearch (Function)
Finds the index of an element in a TreeMap control from the element path.
CursorPos (Function)
Returns and modifies the position of the mouse cursor.
OrganizerSelectedRange (Function)
Returns the start or end date and time of the time slot selected in an Organizer control.
FullScreenDisable (Function)
Disables the "Full screen" mode of browser.
zipExist (Function)
Determines whether an archive exists.
iLink (Function)
Adds a link to a URL address into the HTML page currently printed.
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.
MatFloatAdd (Function)
Adds a value to each matrix element.
XMLFindNamespaceByURI (Function)
Finds an XML namespace from its URI (Universal Resource Identifier) in a node and in the parents of this node.
ControlGrayed (Function)
Grays a control or a group of controls. An animation can be set on the controls during this operation.
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
SchedulerAddTask (Function)
Creates a task in the Windows scheduler (if this task does not already exist).
TwainCurrentSource (Function)
Allows you to find out and change the Twain device used by default.
<Pivot table>.CalculateAll (function)
Calcula o recalcula todos los datos de un control Tabla dinámica.
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.
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
HDeleteBackup (Function)
Deletes a backup previously created with HBackup.
gr3DSParameter (Function)
Retrieves or modifies a parameter for drawing a chart in 3D Spatial mode.
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
ActionDo (Function)
Creates and runs a custom action (defined through programming) with support of "Undo/Redo".
mlzAddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
ParallelTaskWait (Function)
Waits for the execution of a parallel task.
HListStopWord (Function)
Returns the list of stop words used by a full-text index.
HTMLClassAdd (Function)
Adds a class into the HTML classes of a control.
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
SpreadsheetModifyName (Function)
Modifies the name used to identify a cell in a Spreadsheet control.
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
SpreadsheetSortSelection (Function)
Sorts the values selected in a Spreadsheet control.
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
CursorCapture (Function)
Directs all the events associated with the mouse toward a specific window or control, regardless of the screen object where the mouse event occurs.
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).
TreeMapInfoXY (Function)
Returns the index of the element displayed at a given position in a TreeMap control.
HTMLClassDelete (Function)
Deletes a class from the HTML classes of a control.
zipIsMulti (Function)
Returns the type of the archive: single-part archive or multi-part archive.
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
WinPasteForm (Function)
Pastes the content of a form stored in the clipboard.
PDFReaderSeekFirst (Function)
Initializes the search for a text in a PDF file displayed by the PDF Reader control and positions on the first occurrence found (from the current page).
ControlFindHighlight (Function)
Highlights, in a window or control, all the captions and texts corresponding to a given text.
FullScreenEnable (Function)
Switches the browser to "Full screen" mode. The browser occupies the entire screen.
MatFloatMultiply (Function)
Multiplies each matrix element by a value.
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
DDESend (Function)
Sends a data to the program connected via DDE.
ScreenType (Function)
Returns the type of screen on which the application is running: phone, tablet, computer or watch.
HModifyTask (Function)
Modifies a scheduled task on the HFSQL server defined by the connection.
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
Connected devices: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects...
fCopyFile (Example)
Usage example of the fCopyFile 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).
<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.
ERR_SESSION_CLOSED
SchedulerAddTrigger (Función)
Crea un desencadenador para una tarea programada.
FTPCommand (Example)
Usage example of the FTPCommand function
XMLCancelSearch (Función)
Cancela la búsqueda realizada por XMLFind.
HInfoFileRights (Example)
Usage example of the HInfoFileRights function
HLinkMemo (Función)
Permite asociar un archivo a un campo de tipo memo binario o cancelar la asociación existente entre un archivo y un campo binario.
InAndroidMode (Example)
Usage example of the InAndroidMode function
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.
Herramienta de administración remota
El administrador WEBDEV remoto es un sitio web WEBDEV, instalado en el servidor web de implementación...
Transparency of windows
WINDEV allows you to apply a transparency coefficient to the windows...
Thumbnail (Property)
La propiedad Thumbnail puede utilizarse en:
<Looper>.RefreshVisible (Función)
Cambia o devuelve el estado de visibilidad de la barra de actualización en un control Looper.
Paragraph (Property)
La propiedad Paragraph permite manipular párrafos en un documento de un procesador de texto.
RibbonCloseGrouping (Función)
Cierra el grupo actualmente abierto en un control Cinta de opciones.
Los módulos proporcionados con WEBDEV Deployment
La siguiente tabla presenta los diferentes módulos instalados por el WEBDEV Application Server y sus principales características...
ERR_CLOSED_PAGE
aiConversation (Tipo de variable)
El tipo aiConversation representa una conversación con un modelo de IA utilizado en el control Chat IA.
CaptionWidth (Property)
The CaptionWidth property gets and sets the width reserved for the text area in an Edit or Combo Box control.
Framework GDI+
Algunas funciones de WINDEV utilizan el framework GDI+...
Option,Space (External language)
Fills the content of WdString with space characters on the right.
HCreation (Example)
Example of the HCreation function
HModifyStructure (Example)
Usage example of the HModifyStructure function
¿Cómo leer en un archivo de texto o CSV?
Esta página de ayuda explica cómo leer el contenido de un archivo de texto o CSV.
<Organizer>Posición (Función)
Muestra un control Agenda a partir de una fecha especificada o devuelve la fecha del primer día (o la fecha del último día) mostrada en un control Agenda.
Manipulating Image Editor controls programmatically
WINDEV allows you to programmatically manipulate Image Editor controls...
<Looper>.Select (Función)
Devuelve el índice del elemento seleccionado en un control Looper.
Subir archivos
La carga consiste en guardar un archivo ubicado en el ordenador del usuario en un servidor web...
Recargando un Document
Para recargar una Document, ...
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.
Step 3: Printing characters, images, etc.
This step consists in "sending the different elements to print to the printer"...
MemDeleteAll (Función)
Borra y elimina un área de memoria.
Project Management Hub: Spool of requests
The Project Management Hub is used to define spools of requests...
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action...
HInfoBackup (Función)
Devuelve información sobre una o más copias de seguridad realizadas en un servidor HFSQL Client/Server.
Selection query description window: Use
Let's see some operations specific to the description window of a select query...
Efecto traslúcido de las ventanas
Según el estilo de sus aplicaciones, el borde de sus ventanas puede ser translúcido...
WinCopyForm (Función)
Copia el contenido de un formulario en el portapapeles.
FocusOnClick (Property)
En FocusOnClick se utiliza para:
  • Determinar si un control se enfoca al hacer clic en él.
  • Permitir o impedir que un control se centre al hacer clic en él.
HCopyFile (Example)
Usage example of the HCopyFile function
Editor de modelado de datos: Definición de una conexión
Cualquier programa desarrollado con WINDEV, WEBDEV o WINDEV Mobile puede...
Implementar un plan de acción
Una vez creados, los planes de acción deben implementarse para poder ejecutarse.
AAF: Sorting on Table Columns
WINDEV allows the user to easily sort the columns of a Table control.
ZAxisMax (Property)
La propiedad ZAxisMax obtiene el valor máximo del eje Z en un control Gráfico (Gráfico de superficie).
HCancelBackup (Función)
Cancela una copia de seguridad en curso.
HViewToFile (Example)
Example of function use HViewToFile
Constants for managing the Image Editor control
5. Servicios web
WINDEV permite utilizar fácilmente servicios web (o servicios Web XML).
<Looper>.SelectMinus (Función)
Deselecciona una fila en un control Looper.
WDSurveillance: Motor de monitoreo
WWSurveillance (el robot de monitoreo) se utiliza para monitorear un servidor Web que ejecuta sitios WEBDEV dinámicos...
MemDelete (Función)
Elimina un elemento de un área de memoria.
fWrite (Example)
Usage example of the fWrite function
fTempPath (Example)
Usage example of the fTempPath function
Seleccione la ventana de consulta description: Campos utilizados
EnumElement (Example)
Usage example of the EnumElement function
HLockFile (Función)
Bloquea un archivo de datos e impide que los demás sitios o aplicaciones accedan a él.
ERR_TIMEOUT_REQUEST
La solicitud no ha respondido dentro del tiempo de espera ( segundos). ERR_TIMEOUT_REQUEST (22)
The "Surface" charts
The Surface chart is used to represent correlated analogical data, according to 3 axes
Varias constantes
Lista de las distintas constantes utilizadas por las funciones constantes WINDEV.
gpwOpenConfiguration (Función)
Abre la ventana o página de configuración del Groupware Usuario.
¿Cómo incluir los servicios de SESAM VITALE?
A partir de la versión 18 de WINDEV, la importación de servicios web incluye las herramientas necesarias para permitir el consumo de servicios web seguros utilizados para gestionar las tarjetas Sesam Vitale...
<Diagram variable>.ToSVG (Función)
Exporta un diagrama a una imagen SVG.
Storing the breaks in the Table/Looper controls (AAF)
When end users work on a complex Table or Looper control with multiple breaks, they may want to save the current layout...
Deslizar hacia abajo para actualizar (Android/iOS): Controles de ventana, mesa y looper
La función "Tirar a actualización" permite al usuario "tirar" de un control Tabla, un control Looper o una ventana para actualización su contenido...
DiagramToSVG (Función)
Exporta un diagrama a una imagen SVG.
1. Componentes proporcionados con WINDEV
WINDEV es proporcionado con proyectos que contienen componentes.
<Looper>.SelectCount (Función)
Devuelve el número de filas seleccionadas en un control Looper.
ChangeCharset (Example)
Usage example of the ChangeCharset function
HAdd (Example)
Usage example of the HAdd function
EnumControl (Example)
Usage example of the EnumControl function
¿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.
XMLLast (Función)
Posiciones en el último elemento (etiqueta o atributo) del nivel actual del árbol.
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page...
3. Gestión de sockets
WINDEV incluye funciones avanzadas de gestión de sockets.
TreeIdentifier (Función)
Devuelve el identificador asociado a un elemento (nodo u hoja) en un control TreeView.
ERR_NO_END_TAG
Calendario automático para los controles de edición de fecha (FAA)
El control de edición Fecha propone automáticamente una opción "Calendario" en su menú contextual.
Funciones del control Línea de tiempo
Para gestionar los controles Línea de tiempo se utilizan las siguientes funciones:
Constantes de Notas adicionales
Lista de varias constantes.
CurrentWorksheet (Property)
La propiedad CurrentWorksheet obtiene y establece la hoja de trabajo actual en un control Hoja de cálculo.
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.
TestOnError( Función)
Provoca:
  • una afirmación durante la prueba de elemento o proyecto (modo Go).
  • un error en el modo de prueba automatizado.
zipExtractPath (Función)
Devuelve el ruta de un fichero encontrado en el archivo.
StartPosition (Property)
La propiedad StartPosition obtiene la posición inicial de un elemento en un documento de un procesador de texto.
ServiceWaitStatus (Example)
Usage example of the ServiceWaitStatus function
2. Ejemplos proporcionados con WINDEV
Los ejemplos proporcionados con WINDEV tienen como objetivo ayudarle a conocer las funcionalidades de WINDEV.
<Looper>.SelectPlus (Función)
Selecciona una fila en un control Looper.
HtmlFormat (Property)
En HtmlFormat se utiliza para:
  • averiguar si un control Campo de entrada acepta la entrada en formato HTML.
  • Modificar el formato de entrada de un control Campo de entrada.
Constantes utilizadas por la función TraceStart
Lista de constantes utilizadas por la función TraceStart.
TreeListItem (Example)
Usage example of the TreeListItem function
HState (Example)
Usage example of the HState function
dCircle (Example)
Usage example of the dCircle function
tapiListen (Example)
Usage example of the tapiListen function
API (Example)
Usage example of the API function
Step 4: Start printing
To start the print job, simply use iEndPrinting...
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".
Manipulating Internal Window controls programmatically
The "Internal Window" control is used to display an existing internal window...
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.
ParallelTaskRequestCancellation (Función)
Solicita la cancelación de una tarea paralela.
BrowserVersion (Función)
Devuelve la versión del navegador utilizado por el usuario de la Web.
The requested action could not be performed: the page was not in phase
fDeleteFileWebFolder (Función)
Elimina un archivo de imagen del directorio "_WEB" de la aplicación (o de uno de sus subdirectorios).
Funciones de álbum de fotos
Funciones de álbum de fotos
TableSwapLine (Función)
Canjes:
  • dos filas en un control Tabla rellenada mediante programación.
  • dos ramas en un control Tabla TreeView rellenada mediante programación.
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...
HSubstDir (Example)
Usage example of the HSubstDir function
<Looper>.Delete (Función)
Elimina una fila de un control Looper.
SOAPAddSAMLAssertion (Example)
Usage example of the SOAPAddSAMLAssertion function
HDeleteView (Example)
Usage example of the HDeleteView function
Handle_R (Propiedad)
La palabra clave Handle obtiene y establece el identificador de un elemento.
Ensamblados .NET
.NET es la plataforma de desarrollo de software de Microsoft...
El control ActiveX
El control ActiveX permite gestionar fácilmente la tecnología ActiveX...
SNMPTrapEnable (Example)
Usage example of the SNMPTrapEnable function
SOAPAddXMLSignature (Example)
Usage example of the SOAPAddXMLSignature function
HSetPosition (Example)
Usage example of the HSetPosition function
Changing sites from AWP to SEO-ready session mode
EmulateSpeed (Función)
Define la velocidad de ejecución de las funciones de emulación.
El modo de prueba no puede funcionar sin el proyecto y sus páginas, ...
1
8