AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2025

HDeleteView (Función)
Elimina una vista creada previamente. Esta función utiliza el anterior mecanismo de vistas.
GDPR (Property)
The GDPR property is used to: find out if the GDPR applies to an item from a data file. define whether the GDPR should apply to an item (in the item description in the code only)....
HierarchicalDepth (Property)
The HierarchicalDepth property is used to: Find out the depth of a hierarchical control in a report. Modify the depth of a hierarchical control in a report (only if the report uses a data source through programming)....
SOAPGetHeader (Function)
Retrieves a header in the SOAP message received further to a call to a web service.
StatVarianceP( Función)
Calcula la desviación para una serie completa de valores.
HSubstDir( Función)
Asocia el directorio de datos específicado en el análisis con un directorio ubicado en disco.
StatStandardDeviationP( Función)
Calcula la desviación estándar para una serie completa de valores.
StatStandardDeviation( Función)
Calcula la desviación estándar para una serie de valores.
Instrucción LOOP
El bloque de instrucciones se repite sin parar....
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
CalculatedItemExpression (Property)
The CalculatedItemExpression property is used to: Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or programmatically. Define the SQL expression returning the value of a calculated item (when describing the item through programming)....
FirstDayOfYear (Función)
Devuelve la fecha del primer día del año.
NbArrayElement (Property)
NbArrayElement se utiliza para configurar el número de elementos de un elemento array.
XMLElementType( Función)
Devuelve el tipo de elemento actual (tag o atributo).
SMSDelete( Función)
Borra un mensaje SMS de la memoria del Android Phone. Esta función ya no debe utilizarse.
LinkedFile (Property)
El LinkedFile Property se utiliza para set las características de un enlace.
TablaColumnaSelectOccurrence (Función)
Devuelve el número de columnas seleccionadas que se encuentran en un tabla. Esta función se conserva por motivos de compatibilidad con versiones anteriores. Se recomienda utilizar TableSelectCount.
XMLElementName( Función)
Devuelve el nombre del elemento actual (etiqueta o atributo).
Volumen Multimedia (Función)
Devuelve o modifica el volumen de sonido del archivo multimedia reproducido en una control Multimedia .
MultimediaDuración (Función)
Devuelve el tamaño del archivo multimedia que se está reproduciendo actualmente (en milisegundos) en la control Multimedia .
grAddTimeData (Función)
Agrega un dato en un momento preciso en un gráfico de tiempo.
pdfBookmark (Tipo de variable)
El tipo pdfBookmark permite definir todas las características avanzadas de un marcador en un documento PDF.
ArraySwapLine (Función)
Se utiliza para intercambiar dos filas en una array bidimensional o en una array Property avanzada.
LoadDLL( Función)
Carga la biblioteca especificada (DLL) en la memoria.
BrowserClose( Función)
Cierra la ventana del navegador actual y detiene la ejecución del código actual.