ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HDeleteDatabase (Function)
Deletes a database located on an HFSQL server.
CoordinateImageControlToImage (Function)
Converts the coordinates of a rectangle in the Image control to the corresponding coordinates in the image displayed in the control.
CoordinateImageToImageControl (Function)
Converts the coordinates of a rectangle in the image to the corresponding coordinates in the Image control.
CompositeKey (Property)
The CompositeKey property determines if an item is a composite key.
ProfilerEnd (Function)
Stops "collecting data" for the performance profiler.
WinChangeAlias (Function)
Modifies the alias of a window.
HFreePosition (Function)
Deletes a position saved by HSavePosition.
HListConnectedUser (Function)
Lists users currently connected to one or more tables handled by a Client/Server connection....
HListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
HInfoServerProperty (Function)
Allows you to find out the properties of an HFSQL server.
DatePicker (Function)
Opens the system date picker.
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
HListWatchedFiles (Function)
Returns a list of tables monitored by the HWatch function.
HListStopWord (Function)
Returns the list of stop words used by a full-text index.
HInfoDatabaseProperty (Function)
Used to find out the properties of a database on an HFSQL server.
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
Composite variable
A composite variable contains different types of elements (members)...
Accessing Outlook
WINDEV and WEBDEV allow you to easily access the data handled by Outlook......
Project description: Tables tab
The project description window allows you to configure various elements of your project......
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
H.TemporaryDirectory (Variable)
Allows you to force the directory used to store the temporary files when reindexing the HFSQL data files.
rssBuildString (Function)
Builds the RSS feed and returns the result (in XML format) in a character string.