AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

Resultados de la búsqueda
Resultados 126-150 de 205 para for
Instrucción FOR
El bloque de instrucciones se repite mientras se modifica una variable de control y se compara con un valor límite (antes de cada inicio de bloque de instrucciones)...
Instrucción RESULT
La sentencia RETURN se utiliza para salir de un bloque de instrucciones y del proceso (o procedimiento) actual.
Declaración CONTINUAR/etiqueta "CONTINUAR:".
La palabra clave CONTINUAR puede corresponder:
  • a la instrucción CONTINUAR. Permite volver al principio de la primera iteración sin terminar el código de la iteración actual..
  • al CONTINUAR: etiqueta. Permite declarar un código común en un bucle.
Instrucción RESULT
La sentencia RETURN se utiliza para salir del evento actual, Process o Procedure y devolver un resultado...
Declaración BREAK/etiqueta "BREAK:".
La palabra clave BREAK puede corresponder:
  • a la instrucción BREAK: le permite salir de un conjunto de instrucciones y ejecutar el resto de la actual Process.
  • a la etiqueta BREAK: permite declarar una sección de código en un bucle. Este código se ejecutará al salir del bucle con una sentencia "BREAK".
Private Store for WINDEV applications
Versions 27 and later include a Private Store...
Información 37: Optimice su bucle FOR
The two most interesting features of WDAPI are...
ColorFormat (Propiedad)
La propiedad ColorFormat define el formato de color (color o escala de grises).
Desarrollar sitios para plataformas específicas
Los sitios web se pueden abrir en diferentes tipos de dispositivos (teléfono Android, iPhone, etc.
<List Box>.Count (Función)
Devuelve el número de elementos de un control List Box, ListView o Combo Box.
La control Organigrama
La control Organigrama se utiliza para representar elementos de forma jerárquica..
Por ejemplo:
  • los colaboradores de una empresa según su posición.
  • las diferentes ramas de un grupo con sus interdependencias.
  • los diferentes pasos de una fabricación Process, ...
ControlNext (Function)
Returns the name of the next control in input mode.
gglPersona (Tipo variable)
El tipo gglPerson permite describir y modificar los participantes que asisten a un evento de un calendario de Google...
SysColor (Función)
Identifica o modifica el color de un elemento de Windows.
WDInst: Manipulación de los archivos a instalar
Por defecto, los archivos a instalar son...
<List Box>.SelectPlus (Función)
Selecciona uno o más elementos en un control List Box, ListView o Combo Box.
CertificateLoad (Function)
Loads a certificate from a file or a buffer.
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function
SourceFromPage (Function)
Automatically updates:
  • the value of the items in a data file with the value of the controls in the page.
  • the value of the WLanguage variables with the value of the page controls.
HListWatchedFiles (Función)
Devuelve la lista de las tablas monitoreadas por la función HWatch.
HNotifConfigure (Function)
Specifies and configures the server used to send notifications by the HFSQL server.
MCIVolume (Function)
Modifies or returns the sound volume.
SchedulerAddAppointment (Function)
Adds a new appointment into a Scheduler control.
MyControl (Palabra reservada)
La palabra clave MiControl representa el control que contiene el Process que se está ejecutando.
FaxResume (Function)
Re-enables a fax paused in the spooler (pending fax).
MarginWidth (Property)
The MarginWidth property is used to:
  • Find out the horizontal margin between the widgets found in a Dashboard control.
  • Modify the horizontal margin between the widgets found in a Dashboard control.
OrgDelete (Función)
Elimina un elemento y los "hijos" de un control Organigrama.
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...
mlzDeleteAll (Function)
Deletes all dynamic rows from a Mutiline Zone control.
SysLinkExtension (Function)
Associates an extension (.txt, .avi, etc.) to a default execution program.
Numerical or Monetary fields: Edit control or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks...
<Source>.CheckStructure (Función)
Define el modo de comparación de archivos de datos.
AppParameter (Function)
Returns information about the mechanism for automatic application update.
<Connection variable>.DeactivateServerTrigger (Función)
Desactiva un desencadenador del Servidor HFSQL Client/Server en un servidor.
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)
(Sin título )
Ferme la connexion avec un appareil distant.
SOAPRun (Function)
Runs a procedure on a SOAP server.
fCurrentDrive (Example)
Usage example of the fCurrentDrive function
HTMLToRTF (Función)
Convierte una cadena HTML o un buffer HTML en una cadena RTF.
GranularityGridlines (Property)
La propiedad GranularityGridlines obtiene y cambia el tamaño de la rejilla que define las líneas de cuadrícula en un control Planificador u Organizador en un informe.
HCS.FrameSize (Variable)
El HCS.FrameSize Variable se utiliza para redimensionar el marco de datos de salida.
Parámetros del procedimiento utilizado por la función ListProcedureLoadImage
Procedimiento WLanguage ("callback") ejecutado para cargar las imágenes que se muestran en un control ListView.
Error 1032: La herencia no está permitida en una estructura
Abre un nuevo contexto de página sin devolver la información al navegador.
Creating the Table pages of the WEBDEV RAD pattern
The ExtendedInfo property is used to get additional information:
  • about a data file accessed by a Native Connector or HFSQL Client/Server.
  • about an item accessed by a Native Connector or HFSQL Client/Server.
  • about a connection. In this case, this property is equivalent to CtExtendedInfo.
<htmlDocument variable>.ChercheElémentParID (Función)
Busca el elemento cuyo atributo "ID" coincide con un valor específico en un documento HTML.
Logical operators
The logical operators are as follows...
ContactDelete (Function)
Deletes the current contact:
  • from a Lotus Notes or Outlook address book.
  • in your phone's contact list (Android, iPhone or iPad).
The Slider control (in a page)
WEBDEV proposes two types of sliders...
<Image variable>.DrawShadow (Función)
Agrega un efecto de sombra a una imagen en una variable de tipo Image.
GeometryCoveredBy (Función)
Determina si cada punto de la geometría A se encuentra dentro o en el límite de la geometría B.
MemcachedAddSuffix (Función)
Añade un valor al final del valor existente en la caché para la clave dada.
Global and local variable
Two types of variables are available...
<picLayer variable>.DrawChord (Función)
Dibuja la cuerda de un círculo (inserción entre una elipse y una línea recta) en una variable de tipo picLayer.
Project anomalies: dead code and orphan elements
WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements.
OpenPopup (Función)
Abre una ventana emergente y espera a que se cierre.
<Source>.ExecuteQuery (Función)
Declara una consulta creada en el editor de consultas al motor HFSQL y ejecuta la consulta.
Valor description (Tipo de Variable)
Una variable de tipo Value Description permite manipular la descripción de un valor de enumeración mediante programación.
Configuring the registry linked to the WEBDEV setup
WEBDEV Application Server installation on a Windows server...
<Dashboard>.AddWidget (Función)
Añade y muestra un widget (ventana interna) en un control Cuadro de mando.
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).
WinInactiveEffect (Function)
Enables or disables the DDW (Dim Disabled Window) feature:
  • for a specific window.
  • for all the application windows.
<Connection variable>RSDeleteConfig (Función)
Elimina una replicación entre dos servidores HFSQL.
TreeID (Function)
Used to build the path of the elements found in a TreeView control by differentiating the duplicates.
TableCount (Function)
Returns:
  • the number of columns found in a Table or TreeView Table control.
  • the number of rows found in a Table or TreeView Table control.
"Long press" optional event
The optional event "Long press/Open context menu" is run during a long press on the controls of a window...
InUnitTestMode (Función)
Determina si hay una prueba unitaria en curso.
NextApproverID (Property)
La propiedad NextApproverID permite administrar los usuarios que realizarán la siguiente acción.
DomoClose (Function)
Closes the communication opened by DomoOpen.
SaaSAdminWriteSiteParameter (Función)
Guarda una información específica del cliente.
FullName (Property)
La propiedad FullName obtiene el nombre completo de un elemento.
EmulateDnD (Función)
Emula la acción de "arrastrar y soltar" en las pruebas automatizadas.
The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives...
Configuring the Apache server (1.3.x and 2.0.x)
WEBDEV Administrator: Apache 1.3.x and 2.0.x server configuration for CGI protocol and WEBDEV sites.
InterfaceModifiableWithReportsAndQueries (Property)
The InterfaceModifiableWitReportsAndQueries property is used to determine if the interface of a report can be modified in Reports & Queries.
iTextWidth (Function)
Calculates the width (in millimeters) of the text to print, according to the specified font.
WDD55 (Property)
The WDD55 property is used to:
  • Get the name and full path of the Hyper File 5.5 WDD file.
  • Set the name and full path of the Hyper File 5.5 WDD file.
grSmoothing (Function)
Smoothes a Line chart or a Scatter chart by using the "cubic splines" algorithm.
iParameterReport (Function)
Configures the printer by opening the configuration window.
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.
Type and version of Web server
The configuration diagnostic displays the following error...
Cinta de opciones de los editores
Las diferentes opciones de los editores WINDEV, WEBDEV y WINDEV Mobile se presentan a través de una cinta...
Hidden (Propiedad)
La propiedad Hidden permite:
  • Determinar si un control en un reporte está oculto.
  • Ocultar o desenfocar un control en un reporte.
StatVarianceP (Function)
Calculates the variance for a full series of values.
Sangría del código
Al escribir sentencias compuestas ("Switch", "For" y "While", por ejemplo), el código se indenta automáticamente para resaltar la estructura de los bucles utilizados en el programa...
Using Google Translate
WINDEV, WEBDEV and WINDEV Mobile support up to 64 languages in the same project...
EmailMsgError (Function)
Returns the message corresponding to the error identifier.
CitaCalendario del aseo (Función)
Exporta un Appointment o una lista de Appointment s en formato iCalendar.
SaaS administrator - Managing a client
Managing a SaaS client account is used to...
gpwInLDAPMode (Función)
Determina si los usuarios se autenticarán en el Groupware Usuario utilizando un Directorio LDAP.
<PDF Reader>.GoToBookmark (Función)
Establece la posición directamente en el marcador deseado en el documento PDF.
Add (Función)
Agrega un elemento en la última posición:
  • de un array WLanguage unidimensional.
  • de una propiedad Array de un tipo de variable avanzado (array de eventos de una variable gglCalendar, etc.).
  • de una lista WLanguage.
Instalación del módulo Servidor HFSQL
La propiedad Minor obtiene y establece el número Minor de una baliza.
NetOpenRemoteAccess( Función)
Establece una conexión remota.
DocPositionTopPage (Función)
Devuelve la posición del primer carácter de una página determinada en un control Procesamiento de texto.
Error 502: Tipo incompatible
Validates the modification of an existing object in an LDAP server.
LineColor (Property)
La propiedad LineColor permite definir el color de la línea de una forma.
gpwEnumControl (Function)
Enumerates the controls found in a window or page.
ERR_BAD_WEBDEV_CONFIG
ERR_BAD_WEBDEV_CONFIG: general misconfiguration of WEBDEV.
EmulateWindow (Función)
Indica la prueba que se ejecutará durante la próxima apertura de la ventana.
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic...
Manipulación de los controles Agenda mediante programación
Los controles Agenda pueden manipularse mediante programación.
LooperRefreshVisible (Function)
Changes or returns the visibility status of the refresh bar in a Looper control.
MultimediaOpen (Function)
Opens a media file in a Multimedia control.
NotesCloseDatabase (Function)
Closes the local or remote database used (Lotus Notes or Domino).
gFontBold (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.
<Chart>.ComparativeSeriesPosition (Función)
Fija la posición (izquierda o derecha) de una serie en un gráfico de tipo Histograma de comparación.
The Thumbnail control
The Thumbnail control is used to automatically manage the display of images in thumbnail format...
NumHelp (Function)
Returns the number of the help context associated with the specified control.
Mismo código fuente para aplicaciones de 32 y 64 bits
Los sistemas operativos de 64 bits empiezan a aparecer en los PC y en los servidores...
ContactCreate (Función)
Abre la ventana nativa "Crear contacto" del dispositivo (Android, iPhone o iPad).
saasSite (Variable type)
The saasSite type is used to define the advanced characteristics of a SaaS WEBDEV website.
Oracle Native Connector: Programming with SQL functions
To use an Oracle database with the Native Connector (or "Native Access"), you can use SQL functions...
SNMPCloseSession (Función)
Cierra una sesión SNMP.
Propiedades del control Interruptor
Adds an attribute into an XML document.
<Image variable>.DrawTextMarkdown (Función)
Dibuja texto Markdown en una variable de tipo Image.
<Map>.LimitArea (Función)
Define y activa un filtro de tipo "Comienza por" en un archivo, vista o consulta.
<Connection variable>.CheckServerUpdate (Función)
Comprueba si hay una versión más reciente del servidor HFSQL que pueda actualizarse automáticamente.
Error 201: El método ya tiene un atributo virtual
Para gestionar un clúster HFSQL se utilizan las siguientes funciones
Gestión de certificados
La firma de un archivo permite comprobar que el archivo no ha sido modificado o alterado desde que se firmó. La firma también permite comprobar la identidad del emisor.
ClipboardRTF (Función)
Recupera una cadena RTF del portapapeles (el contenido del portapapeles está en RTF).
LDAPValidateModify (Function)
Validates the modification of an existing object in an LDAP server.
StopWord (Property)
En StopWord se utiliza para definir palabras clave en un Índice de texto completo definido mediante programación.
TestCheckNull( Función)
Verifica si una expresión es nula en la programación asertiva y en el modo de prueba automática.
Toolbar characteristics
The main characteristics of the Toolbar control can be defined in the "Details" and "UI" tabs of the control description window...
pdfControlOption (Tipo de variable)
El tipo pdfControlOption permite obtener y establecer las siguientes características de una opción de un control que se encuentra en un formulario PDF:
  • texto de la opción.
  • estado seleccionado o deseleccionado de la opción.
HTMLFromEmail (Función)
Importa el contenido HTML de un correo electrónico y sus imágenes en un control de visualización HTML.. Las imágenes contenidas en el correo electrónico también se muestran en el control.
PanelActivate (Function)
Activates a panel when several panels are docked together.
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options...
WDADMINEXE: Push installation management
WDADMINEXE is used to deploy network applications in push via the "Push" tab...
<ANSI string>.RegexSearch (Función)
Busca las partes de una cadena que coinciden con un formato específico.
5. Configuración de proyecto
Elimina un archivo de una unidad remota (Drive).
gpwInitAnalysis (Función)
Inicializar el análisis del Groupware Usuario.
11. Página Popup
Puede manipular controles Editor de código en una ventana utilizando las siguientes propiedades WLanguage...
zipExist (Function)
Determines whether an archive exists.
Editor de modelado: Gestión de los estilos
El editor de modelado propone una gestión avanzada de los estilos....
Describir un elemento
Un modelado flexible incluye diferentes elementos relacionado junto...
FAA: Did you know?
Our surveys show that end users love AAFs (Automatic Application Features) and that these AAFs increase their satisfaction and efficiency when using the applications...
<Spreadsheet>.AllowProcedure (Función)
Permite el uso de una función/procedimiento de WLanguage en una fórmula de un control Hoja de cálculo.
WindowsVersion (Function)
Returns the runtime mode of Windows.
TableMoveBranch (Function)
Moves the content of a row as well as its entire descending tree structure in a TreeView Table control.
IndentLineDetails (Property)
La propiedad IndentLineDetails se utiliza para obtener o cambiar el valor de la sangría izquierda de la ventana interna que muestra los detalles de una fila de un control Tabla.
XMLAddAttribute (Function)
Adds an attribute into an XML document.
¿Cómo clonar y utilizar columnas en un control Tabla?
En algunos casos, un control Tabla debe rellenarse con un número desconocido de columnas (al crear el control).
<Kanban>.ListIndex (Función)
Devuelve el índice de una lista de un control Kanban.
<Source>.FilterStartsWith (Función)
Define y activa un filtro de tipo "Comienza por" en un archivo, vista o consulta.
Error 28: Ninguna declaración final es associated con este interruptor
Devuelve la lista de radios Bluetooth conectadas a el equipo.
Error 42: Etiqueta fuera del alcance de GOTO
Closes the local or remote database used (Lotus Notes or Domino).
Events associated with Calendar controls
List of events associated with Calendar controls
DeclareWebserviceContext (Función)
Se utiliza para declarar una lista de variables cuyo valor será persistente entre las sucesivas llamadas a un servicio web.
MDITop (Property)
The MDITop property is used to determine and change the distance between the top border of the MDI parent window and the top border of the MDI area.
Escanear un documento (mediante un controlador WIA)
Windows Image Acquisition (WIA) es un modelo de controlador e interfaz de programación de aplicaciones (API) de Windows que permite a las aplicaciones escanear documentos utilizando un escáner...
diagLayout (Tipo variable)
El tipo diagLayout se utiliza para definir todas las características de disposición de un diagrama.
<htmlNode variable>.WrapAllChildren (Función)
Envuelve todos los hijos del nodo dado en un nuevo nodo en un documento HTML..
zipOpenRAR (Function)
Opens an existing archive in RAR format.
Reminder
La palabra clave Reminder puede corresponder a...
Conector Nativo SQL Server: Recuperar el valor de salida de un Procedure almacenado
La Conector Nativo SQL Server está acostumbrada a:
  • especificar los valores de entrada durante la llamada a un Procedure almacenado.
  • recupera los valores de salida después de una llamada a un Procedure almacenado.
sOpen (Example)
Usage example of the sOpen function
SortType (Property)
The SortType property is used to:
  • Find out the sort direction defined for an item or for a component of a composite key. This item was defined in the data model editor or programmatically.
  • Define the sort direction for an item or for a component of a composite key (when describing the item through programming).
NetworkUser (Function)
Identifies the name of the connected user.
Seleccione datos rápidamente aplicando filtros
Funciones de diagramas (sintaxis con prefijo)
<Image>.DrawTextMarkdown (Función)
Dibuja texto Markdown en un control Imagen.
geoTrackingEnable (Función)
Permite seguir la ubicación en una aplicación WINDEV Mobile.
Configurar el botón "Atrás" del navegador
El botón "Atrás" del navegador permite a los internautas visualizar las páginas ya visitadas...
Funciones de Drive: OneDrive, Google Drive, Dropbox (sintaxis con prefijo)
Las siguientes funciones permiten gestionar los servicios de almacenamiento basados en la nube...
<Document variable>.InsertTable (Función)
Inserta una tabla en una variable de Documento.
FAA: Increase the height of the lines in the Table or RepeatString fields.
In Table, TreeView Table and Looper controls, the user can resize the height of rows, in read-only or in edit...
Creating an executable: General options
The main executable options are as follows...
Propiedades del control Mapa
Las siguientes propiedades se pueden utilizar con los controles Mapa:
Reportes
Un reporte proporciona una vista personalizada de los datos ...
<Source>.RecNum (Función)
Devuelve:
  • el número del registro actual en el archivo de datos HFSQL.
  • el número del registro actual en la vista HFSQL.
GPSLastPosition (Function)
Retrieves the information about the last known device position.
Personalización de la guía
La guía es un poderoso motor de búsqueda incluido en WINDEV, que le permite encontrar todos los documentos referenciados sobre un tema....
InApplicationTestMode (Función)
Determina si hay una prueba de aplicación en curso.
HViewToFile (Function)
Saves the modifications performed in an HFSQL view (by HModify, HDelete or HCross) in the corresponding data file. This function uses the former view mechanism.
EmailAddress (Variable type)
The EmailAddress type is used to handle an email address as well as its type (home, office, etc.).
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods...
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ...
WDSQL: Creating a SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries...
ServiceWaitStatus (Example)
Usage example of the ServiceWaitStatus function
GanttTimeDisplayed (Función)
Define el rango de tiempo que se muestra en una columna del Diagrama de Gantt en un control Tabla o TreeView..
SchedulerModifyTask (Function)
Modifies the parameters of a scheduled task.
WINDEV Skin template generator: Customize elements
The generator of WINDEV skin templates is used to generate the necessary files for creating a custom skin template for the WINDEV projects...
Panel "Centro de Gestión de Proyectos"
El panel "Centro de gestión de proyectos" muestra las tareas asignadas al desarrollador actual...
HModifyScheduling (Función)
Modifica una tarea programada en un servidor HFSQL:
  • procedimiento almacenado,
  • reserva,
  • optimización,
  • actualización de una vista materializada.
mongoOperationReplaceOne (Tipo de variable)
El tipo mongoOperationReplaceOne permite definir todas las características avanzadas de una operación de reemplazo de documentos que se agregará a una lista de operaciones masivas. Se reemplazará el primer documento que coincida con el filtro.
Anchor of overlaid controls (in a page)
WEBDEV allows you to define overlayable controls...
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).
AccountID (Property)
El AccountID Property gestiona los identificadores de cuenta.
DriveDeleteFile (Función)
Elimina un archivo de una unidad remota (Drive).
TextHeight (Function)
Calculates the height (in pixels) of the text displayed in an edit control, in a Static Text control or in a Combo Box control.
MaxNbSegment (Property)
The MaxNbSegment property gets and sets the maximum number of line segments for drawing a Wire control.
Propiedades del control Editor de código
Puede manipular controles Editor de código en una ventana utilizando las siguientes propiedades WLanguage...
<Word Processing>.EndModification (Función)
Indica el final de una serie de acciones realizadas en un control Procesador de texto en un solo evento (acciones en el menú "Rehacer/Deshacer").
WDAPI: Using APIs in a WINDEV application
The two most interesting features of WDAPI are...
VideoListDriver (Function)
Lists the video capture drivers installed on the current computer.
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
Ejemplo de uso de los tipos XML
Los siguientes ejemplos se utilizan para manipular un documento XML a través de las variables xmlDocument y cmlNode, ...
9. Consultas
The HTMLEndPage property gets and sets the HTML code inserted at the end of the page.
<List Box>.seleccionar (función)
Devuelve el índice del elemento seleccionado en un control List Box, ListView o Combo Box.
StartDatePeriodDisplayed (Property)
La propiedad StartDatePeriodDisplayed obtiene la fecha de inicio del período mostrado en un control Planificador o Agenda de un reporte.
Sharing the context menus in the project
In most cases, several context menus are included in your applications...
Progress Native Connector: Programming using SQL functions
The use of SQL functions to handle Progress data does not require importing the file structure into the analysis...
ErrorInfo (Function)
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component.
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control...
<Map>.ClosePopup (Función)
Recupera la estructura y el valor del registro actual y los exporta en una cadena de caracteres en formato XML.
1
4
5
6
7
8
9
>