AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2025

Resultados de la búsqueda
Resultados 326-328 de 328 para XML
Funciones XML (sintaxis con prefijo)
Lista de funciones XML
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor...
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code...
Report viewer: "Export" pane
The "Export" pane in the report viewer allows you to perform the following operations...
XMLFindNamespaceByName (Function)
Finds an XML namespace according to its XML node and in the parents of the node.
HExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
XMLSave (Function)
Saves an XML document in a file.
Analysis editor: the different types of sections
The different types of items proposed in the data model editor are as follows:
Gestión del XSD
WINDEV, WEBDEV y WINDEV Mobile le permiten importar archivos en formato XSD.
AAFDisable (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
<Looper>.ToXML (Función)
Crea un archivo XML con datos de un control Looper (control Looper basado en un archivo de datos o rellenado mediante programación).
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
Declaración FOR EACH/FOR ALL (bucle a través de una variable de tipo xmlReader)
La sentencia FOR EACH recorre una variable de tipo xmlReader de varias maneras:
  • Bucle a través de un nivel.
  • Recorrer un nivel con copy.
  • Bucle de profundidad.
HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
XMLFindNamespaceByURI (Function)
Finds an XML namespace from its URI (Universal Resource Identifier) in a node and in the parents of this node.
AAFExecute (Function)
Runs an Automatic Application Feature (AAF) on a control or window. This function can be used to start the spelling checker on an edit control for example.
XMLToJSON (Función)
Convierte una cadena XML en JSON.
Resultado de una consulta en modo de test
Después de su ejecución en modo de prueba (ver Ejecutar la prueba de consulta), el resultado de la consulta puede ser....
DisableAAF (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
HDeactivateAutoFilter (Función)
Desactiva un filtro automático en archivos relacionados al navegar por un archivo XML.
<xmlNode variable>.FindNamespaceByName (Función)
Busca un espacio de nombres XML según su nodo XML y en los padres del nodo.
XMLOpenReader( Función)
Crea un lector utilizado para leer un documento XML sin cargarlo en la memoria.
ExtractStringBetween (Función)
Permite:
  • extraer una subcadena entre dos separadores de una cadena de caracteres.
  • buscar subcadenas entre dos separadores en una cadena de caracteres.
LooperToXML (Function)
Creates an XML file with data from a Looper control (Looper control based on a data file or populated programmatically).
<xmlDocument variable>Guardar (función)
Guarda un documento XML en un archivo.
HActivateAutoFilter (Función)
Activa un filtro automático en los archivos relacionados al navegar por un archivo XML.
<xmlNode variable>.FindNamespaceByURI (Función)
Busca un espacio de nombres XML a partir de su URI (Universal Resource Identifier) en un nodo y en los padres de este nodo.
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import web services into your applications...