ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HToItem (Function)
Assigns the specified value to an item of the current record.
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
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)....
HExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
The Context Menu control (WEBDEV)
Context menus are often used in websites......
WinEdCreateNote (Function)
Creates a Repositionable Note control.
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
Zombie data files and items
During the life of an application, items live and die......
HRecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
Constants for managing contact functions
Bearing (Property)
The Bearing property gets or sets the bearing of the map displayed in a Map control.
NotesListView (Function)
Returns the list of views found in the current Lotus Notes database.
NotesDocumentLast (Function)
Positions on the last document found in Lotus Notes.
NotesDocumentPrevious (Function)
Positions on the document found before the current document in Lotus Notes.
NotesDocumentFirst (Function)
Positions on the first document found in Lotus Notes.
NotesDocumentNext (Function)
Positions on the document found after the current document in Lotus Notes.
NotesOut (Function)
Used to find out whether a current document exists in Lotus Notes.
Checking spelling in edit controls
WINDEV lets you use the spelling checker in the Edit controls and text columns of the Table controls of WINDEV applications......
HUpdateLink (Function)
Updates on the server all the links of an HFSQL Client/Server data file....
Programming Looper controls based on a data file (prefix syntax)
These are the main concepts for programming Looper controls based on a data file......
Programming Looper control attributes (prefix syntax)
All the looper attributes can be handled by programming......
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
HPrevious (Function)
Positions on the previous file record according to a browse item.