ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Local procedure
Two types of procedures are available......
HListKey (Function)
Returns the list of keys found in a file (query or view) recognized by the HFSQL engine.
VisibleEndUser (Property)
The VisibleEndUser property is used to: Find out whether an item is visible or not to the end users. This item was defined in the data model editor or programmatically. Define whether an item must be visible or not to the end users (item described programmatically only)....
User (Property)
The User property is used to manage the user of a connection (HFSQL Client/Server, OLE DB, etc.)....
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
fSeek (Function)
Gets and sets current position in an external file.
fClose (Function)
Closes an external file.
Chart management functions
...Chart management functions...
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile...
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
Messaging
A messaging is included in WINDEV, WINDEV Mobile or WEBDEV......
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
HExecuteProcedure (Function)
Runs a stored procedure.
HModifyStructure (Function)
Used to update the structure of an HFSQL data file by performing an automatic data modification (also called data synchronization).
6. Source Code Manager (SCM)
To simplify teamwork, WINDEV Mobile includes a Source Code Manager....
BrowserHistoryAdd (Function)
Adds an entry into the history of navigation by associating data. This data will be transmitted when going back to this entry.
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
MatAdd (Function)
Adds two matrices of same dimensions (same number of rows and same number of columns).
MatMultiply (Function)
Multiplies two matrices.
HActivateAutoFilter (Function)
Enables an automatic filter on the linked files when browsing an XML file.
HStatNbDuplicates (Function)
Returns the number of duplicates for a given key item.