ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Library,Disk (External language)
Opens the project library that is stored on disk.
DriveUploadDirectory (Function)
Envoie un répertoire (présent sur la machine de l'utilisateur) vers un disque distant....
LDAPReplaceAttribute (Function)
Replaces all the values of an attribute by a specific value.
GPSStopDetection (Function)
Stops the location detection triggered by GPSDetectPosition.
AppleRequestTrackingAuthorizationAsynchronous (Function)
Displays the permission request for user activity tracking.
The RTF edit control: Automatic formatting toolbar
In RTF Edit controls, a formatting toolbar can now be automatically displayed when the control becomes editable......
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
gpwEnumControl (Function)
Enumerates the controls found in a window or page.
BrowserClose (Function)
Closes the current browser window and stops the execution of the current code.
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
EmailStartOutlookSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
xlsNbRows (Function)
xlsNbRows is kept for backward compatibility only.
PhotoRunApp (Function)
Starts the native camera application of the device in order to take a photo.
GPSInitParameter (Function)
Initializes the parameters of geolocation WLanguage functions and finds a location provider.
ImageInfoSave (Function)
Saves the modifications performed on the Exif tags of an image by ImageInfoModify.
SchedulerAddTask (Function)
Creates a task in the Windows scheduler (if this task does not already exist).
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server....
HExportXLS (Function)
Exports records from a data file (HFSQL or OLE DB), view or query to an Excel file (XLSX).
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
SortOption (Property)
The SortOption property gets and sets the sort options used in: text columns in Table controls, text columns in Treeview Table controls, List Box and ListView controls, Combo Box controls, attributes of Looper controls, images, clickable images and thumbnails with automatic sequence....
PageParameter (Example)
Usage example of the PageParameter function