ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
HInitSubscriber (Function)
Initializes the range of automatic identifiers for the description file of subscriber replica (".RPL" extension).
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
H.AutoIndexingLimit (Variable)
Indicates the maximum number of records in the data file used to manage the automatic reindexing.
H.NbRetryRead (Variable)
Indicates the number of attempts to read the file or record before giving control back to the program.
H.NbRetry (Variable)
Indicates the number of attempts for locking the file or the record before giving control back to the program.
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
HModifyFileRights (Function)
Modifies the rights granted to a user or group on an HFSQL Client/Server data file....
HListKey (Function)
Returns the list of keys found in a file (query or view) recognized by the HFSQL engine.
MCIWindowSize (Function)
Changes the size and position of the display window of a media file previously opened (MCIOpen).
<Table>.ToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
fMIMEType
Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions).
Alias type
The Alias type is used to declare and handle a logical alias for a data file or query.
mongoGridFS (Type of variable)
The mongoGridFS type is used to define the advanced characteristics of a file system for a MongoDB database.
<zipArchive variable>.ChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
<zipArchive variable>.FindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
Binding a Check Box control to an item
Selecting the keywords associated with a page
The keyword selection window allows you to select the keywords to be associated with a help page......
How to save and retrieve an image in a binary memo
WDInst : generating the setup program
Generating the setup program is used to create the setup program according to the characteristics specified in the setup editor WDInst....
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......
Managing Hive databases
Hive is a software layer of Hadoop used to run queries......