ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HDBIndex (Function)
Opens an xBase index file.
xBase files: Limits
WINDEV License Agreement
HDBOpenNoLock (Function)
In single-user mode, opens an xBase table without locking it.
HDBOpen (Function)
Opens the xBase table and the "memo" file if it exists.
HDBSortType (Function)
Returns or modifies the sequence of text items in the xBase files.
Table,Save (External language)
Updates or adds a record in the data file linked to the Table control.
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
Screen,ScreenToFile (External language)
Initializes the file items with the value of the window controls bound to these items.
gpwImportLDAPUsers (Function)
Imports users from an LDAP directory to the user file of the User Groupware.
iAddAttachment (Function)
Adds an attachment in a PDF file generated by a PDF print export.
7. Creating HFSQL files: files physically created
The data model editor allows you to define the structure of the data files....
3. Website development life cycle
Exports the content of an HTML Editor control to an Email variable (to send the email)....
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
Pivot Table control in a report
The report editor allows you to create "Crosstab" reports......
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
ODBCDatabaseName (Property)
The ODBCNomBase property allows you to: Find out the name of the database used when printing a report based on a "query performed on a connection". Specify the name of the database used when printing a report based on a "query performed on a connection"....
NotesExtractAttachment (Function)
Extracts a file attached to an item of the current document in Lotus Notes.
NotesModifyAttachment (Function)
Modifies a file attached to an item of the current document in Lotus Notes.
NotesDeleteAttachment (Function)
Deletes an attached file from an item of the current document in Lotus Notes.
rssSave (Function)
Builds the RSS stream and saves the RSS stream in an XML file.
PDFIsProtected (Function)
Checks whether the PDF file requires a password in order to be read.
CertificateCheckFileSignatureBuffer (Function)
Checks the correspondence between a signature and a file. The signature was stored as a Buffer variable.