ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Directory (Property)
The Directory property is used to manage the physical directory of HFSQL files.
iBorder (Function)
Prints a border at specified coordinates.
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
fSize (Function)
Returns the size of a file (in bytes).
HDeleteFile (Function)
Deletes the HFSQL data files (.fic, .ndx, .ftx and .mmo files if they exist) from the server.
HListKey (Function)
Returns the list of keys found in a file (query or view) recognized by the HFSQL engine.
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
XMLFirst (Function)
Positions on the first element (tag or attribute) in the current tree level.
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
fSeek (Function)
Gets and sets current position in an external file.
fClose (Function)
Closes an external file.
SOAPPrepare (Function)
Builds the SOAP request for calling a Webservice function.
Array management functions
List of functions for managing arrays...
Secure (Property)
The Secure property is used to configure the security level of data file encryption.
HUnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
HListConnection (Function)
Returns the list of connections currently described in the application.
HIndexingInProgress (Function)
Indicates that a reindex operation is currently performed on an HFSQL data file and returns the percentage of reindexing already performed.
Android: Conditions for using the Map control
Up to WINDEV Mobile version 180046, the Google Maps API library was required to use a Map control in an Android application......
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
Project portfolio
From version 25, you can create "project portfolios"......
PDF Reader control: How to use the ribbon and tabs
The PDF Reader control includes multiple features accessible via......
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
Events associated with a Multiline Zone control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor):...