ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
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).
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
Data model editor: types of links
Several types of links can be found between the files......
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the data file. This item was defined in the data model editor or through programming. Define whether the value of a calculated item is stored in the data file (when describing the item through programming)....
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
<Connection variable>.AddScheduledOptimization (Function)
Adds an optimization task of HFSQL Client/Server data files....
Binding controls to data
A window or page can display information from......
Report and project
In most cases, a report is linked to a project......
Service management functions
List of functions for managing services...
CalendarSelect (Function)
Returns the date selected in a Calendar control.
<Calendar>.Select (Function)
Returns the date selected in a Calendar control.
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
Declaring and using a variable
A variable is defined by name and type......
<Chart>.AddTimeData (Function)
Adds data at a precise moment in a time chart.
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
PageFromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
grAddTimeData (Function)
Adds data at a precise moment in a time chart.
DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
How to create and handle a structure?
This help page explains how to create and handle a structure....
HModifyStructure (Function)
Used to update the structure of an HFSQL data file by performing an automatic data modification (also called data synchronization).
Remote WEBDEV administrator: Show the statistics
...The statistics become available once the log files have been imported....
Log-based replication: Programming the log-based replication in WLanguage
Several WLangage functions allow you to include log-based replication in your application and to customize it......