ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HDBSortType (Function)
Returns or modifies the sequence of text items in the xBase files.
5. User Groupware in practice
Feedback component
The Feedback component is a component provided with WINDEV......
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
20. Control templates
Navigation map
The site map path is used to implement the structure and the sequence of pages in your site......
Conceptual Data Model (CDM)
In the MERISE methodology, the conceptual data model defines the objects and the actions that must be taken into account in the database......
The log process
...A log is a special file that contains the history of all changes made to one or more data files over a given period of time (date the file was created, last automatic data modification, last backup created with WDLog, etc.)...
HDBOpen (Function)
Opens the xBase data file and the "memo" file if it exists.
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
5. User Groupware in practice
PythonInitialize (Function)
Specifies the location of the Python DLL to be loaded.
Python functions
The Python functions are as follows......
PythonAddPath (Function)
Adds the path to a directory or the path to the virtual environment to search for Python modules.
HDBDescribeFile (Function)
Describes a file in dBase3 format (most common format) through programming.
HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
Nation (External language)
Defines the display language for the titles, captions, messages...
HDBCreation (Function)
Ends the description of the structure of an xBase data file through programming.
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
PythonExecute (Function)
Executes a function present in a Python module.
PythonTerminate (Function)
Unloads the Python DLL and frees memory.
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
Events associated with a Navigation Bar control