ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HFSQL management functions (prefix syntax)
List of functions for HFSQL management...
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
LanguageToName (Function)
Returns the name of a language.
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......
HFSQL management functions
List of functions for HFSQL management...
Chart control properties
A Chart control can be used......
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
Classes, members, methods and properties
A class is made of......
<Source>.TransactionFree (Function)
Transforms all "in transaction" records into "Normal" records if they do not belong to an ongoing transaction.
<Source>.SetTransaction (Function)
Enables or disables the management of transactions for one or more files.
HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
GetCountryList (Function)
Returns the list of countries according to the ISO 3166-1 standard.
Type (Property)
The Type property is used to get and change the type of an element.
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
Link functions
Link functions are used to link the interface with the data files (and vice versa). These functions are as follows:...
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
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.
<Source>.ExecuteView (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.
<Source>.CreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
Code editor: Display options
The code editor proposes several display options......
Social network: Available targets
This page presents the different possibilities of Social Network control according to the selected options......
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......