ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HToItem (Function)
Assigns the specified value to an item of the current record.
HImportXLS (Function)
Imports an XLS file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
13. Types of standard controls
HListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
Binding a WEBDEV slider to an item
A WEBDEV slider can be bound to an item in a data file, query, etc....
Edit options of a report
The report editor allows you to......
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
Installing a WEBDEV site
There are two methods to install a WEBDEV site on a Unix server......
HPass (Function)
Defines the password used to create or open a data file.
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
HExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
Manipuler un champ Editeur_Images_WB par programmation
Abre una ventana cuyo resultado se recuperará a través de una Procedure WLanguage ("callback").
HRecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
HListSynonym (Function)
Returns the list of synonyms used by a full-text index.
HListStopWord (Function)
Returns the list of stop words used by a full-text index.
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
CurrentMonth (Function)
Returns the number of the current month.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
Compound statements
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.