ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HClose (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user.
NetMachineName (Function)
Returns the name of the local computer or the name of a computer whose IP address is known (reverse DNS resolution).
How to populate a TreeView control using a data file?
By default, the TreeView control cannot automatically display the data coming from a data file......
<Source>.Close (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user.
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
Automatic calendar for the Date edit controls (AAF)
The Date edit control automatically propose a "Calendar" option in their popup menu....
<Source>.CheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
Configuring the automatic modification of data files
The automatic data file modification updates the description of data files on user computers......
WDInst: Configuring the automatic data file modification
The automatic data file modification updates the description of data files on user computers......
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
LDAPAddAttribute (Function)
Adds an attribute or adds a new value to an existing attribute.
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
WDHFDiff - Use
WDHFDiff is used to compare......
Setup of a WEBDEV site: Automatic data file modification
The automatic modification of the data files allows updating the description of data files on the Web server......
Binding a Combo Box control to an item
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
Yesterday (Function)
Returns the date of the day preceding the current day or a given date.
WDHFDiff: Overview
WDHFDiff is a tool used to compare HFSQL data files......
Tomorrow (Function)
Returns the date of the day following the current day or a given date.
Format (Property)
The Format property is used to define the data format of a data file.
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
IntegerToMonthInAlpha (Function)
Returns the name of the month that corresponds to the specified date (this date is an integer).
IntegerToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date (this date is an integer).
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).