ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
AAF: Did you know?
Our surveys show that end users love AAFs (Automatic Application Features) and that these AAFs increase their satisfaction and efficiency when using the applications......
6. Multiple generation
...Multiple generation...
Step 2: Files to install
The setup program creation wizard allows you to select the files that will be installed with the site......
Importing a non-WINDEV window
You are interested by a window found in a non-WINDEV application?......
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
Assisted input in an edit control (prefix syntax)
Implementing input suggestions in an Edit control is very simple......
7. Layouts using the Flexbox control
Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements......
Hosting parameters
The hosting parameters define the default values that will be used to create the new hosting accounts......
NFC: Transferring data
NFC (Near Field Communication) is a wireless communication technology at short range and high frequency used to exchange data (named "tag") between two devices or between a device and a bullet even at short distance (few centimeters)......
OBEXConnect (Function)
Used to connect to a device that supports the OBEX protocol. Reminder: The OBEX protocol is a protocol for exchanging data via Infrared and Bluetooth....
RoundFloor (Function)
Returns: the numeric value rounded down to the nearest integer. the duration rounded down to the nearest interval. the date and time rounded down to the nearest interval....
SchedulerBackgroundColor (Function)
Defines a background color for a time period in a Scheduler control (time period corresponding to lunch time, a public holiday, etc.).
WebAddress (Type of variable)
The WebAddress type is used to define the advanced characteristics of a site address as well as its type (custom page, blog, ftp, etc.).
10. Embedded queries
<Page>.ToSource (Function)
Automatically initializes: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
<Source>.ToFile (Function)
Copies a data source (file, query, view, ...) to a physical HFSQL file with the same description. This file is neither encrypted nor password protected.
<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.
CtDescribedPassword (Property)
The CtDescribedPassword property allows you to set the password used to open the data file in an OLE DB connection (file defined in the code only).
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
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.
REP files
REP files contain the list of data files handled by the application....
HToFile (Function)
Copies a data source (file, query, view, ...) to a physical HFSQL file with the same description. This file is neither encrypted nor password protected.
<Source>.FromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....