ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HDBOpen (Function)
Opens the xBase data file and the "memo" file if it exists.
<Source>.DeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
<Source>.DeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
<Source>.Filter (Function)
Defines and enables a filter on a data file, view or query.
<Source>.Password (Function)
Defines the password used to create or open a data file.
<Source>.GetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
<Source>.CheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
<Connection variable>.ModifyFileProperty (Function)
Modifies the properties of an HFSQL data file located on a server.
gpwGetFileInfo (Function)
Retrieves the directory of the data files found in the User Groupware.
HPass (Function)
Defines the password used to create or open a data file.
HDeleteLink (Function)
Deletes an integrity rule between two data files on the server.
HDBCreation (Function)
Ends the description of the structure of an xBase data file through programming.
Invalid input management functions
Invalid input management functions...
<Connection variable>.DeleteLink (Function)
Deletes an integrity rule between two data files on the server.
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
Native Oracle Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV analysis......
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
Chart: Managing legends
Several types of legends are supported in the charts......
List Box control linked to a data file or to a query
A List Box or Combo Box control can be used to display the content of a data file or query, to allow a user to select a record, for example......
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Code history
The code history is used to......
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
ThreadPersistent (Function)
Makes a thread persistent.
HScheduledTask structure
The HScheduledTask structure is kept for backward compatibility (this structure will still be supported in the forthcoming version)....
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......