AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

HExportCSV (Función)
Exporta los registros de un archivo de datos (HFSQL u OLE DB), vista o consulta a un archivo CSV.
Artículo description (Tipo de Variable)
Una variable Item description se usa para describir programando uno o más Item s que se encuentran en un archivo de datos.
8. Compartir un proyecto en la práctica
StatSum (Example)
Usage example of the StatSum function
HExportXLS (Función)
Exporta los registros de un archivo de datos (HFSQL u OLE DB), vista o consulta a un archivo Excel (XLSX).
Constantes para la gestión de arrays
Lista de constantes utilizadas por las funciones para la gestión de array....
StatMin (Example)
Usage example of the StatMin function
StatMax (Example)
Usage example of the StatMax function
StatVariance (Example)
Usage example of the StatVariance function
StatAverage (Example)
Usage example of the StatAverage function
StatAverageDeviation (Example)
Usage example of the statAverageDeviation function
StatStandardDeviation (Example)
Usage example of the StatStandardDeviation function
fExtractPath (Example)
Usage example of the fExtractPath function
HListItem (Función)
Devuelve la lista de artículos: encontrado en un archivo de datos ( una consulta o una vista) conocido por el motor HFSQL. Los archivos de datos definidos por las funciones HDeclare, HDeclareExternal y HDescribeFile se tienen en cuenta. encontrada en un Record Variable....
Desenmascarar a los editores
¿Quién no ha querido nunca ver el código y la UI al mismo tiempo, sin estar limitado por el entorno? WINDEV, WEBDEV y WINDEV Mobile le permiten "separar" los editores del entorno de la ventana principal......
MatReadLine (Example)
Usage example of the MatReadLine function
MatReadColumn (Example)
Usage example of the MatReadColumn function
StatError (Example)
Usage example of the StatError function
HJSONToRecord (Función)
Importa datos JSON al registro actual.
TableAddBegin (Function)
Adds a line to the beginning of an infinite Table field. The row is inserted before the first row of the Table field.. The scroll position of the Table field remains unchanged.
HMergeView (Función)
Crea una vista HFSQL a partir de dos vistas creadas previamente (función HCreateView). Esta función utiliza el anterior mecanismo de vistas.
MatFloatMultiply (Example)
Usage example of the MatFloatMultiply function
TableSearchChild (Función)
Busca un valor en una columna de un control Tabla TreeView, en una rama especificada.
Acceso a un directorio LDAP
Un directorio LDAP se utiliza para compartir bases de datos de información en una red local o externa.....
MatFloatAdd (Example)
Usage example of the MatFloatAdd function