ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WindowFromSource (Function)
Automatically initializes the controls of a window 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....
<Source>.ToWindows (Function)
Automatically initializes the controls of a window 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....
Handling a chart in the editor
In the editor, a Chart control includes different sections......
End of break block
The End of break block is optional......
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
2. User-friendly editors in practice
User-friendly editors in practice...
WINDEV Mobile 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....
Special paste
The Special paste command is used to explicitly choose the format in which the clipboard content will be pasted in the window editor......
Filtering the headers and the content of a Pivot Table
By default, the entire data found in the data files is taken into account when calculating the content of a Pivot Table control......
SourceToScreen (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 HFSL data file described in the data model editor. the values of the bound WLanguage variables....
TimestampType (Property)
The TimestampType property is used to: Find out the type of timestamp for an item. This item was defined in the data model editor or through programming. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
WINDEV Mobile and SMS messages
WINDEV Mobile allows you to easily send and read SMS messages with the SMS functions of WLanguage......
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
CalendarPicker (Function)
Opens a modal dialog with a calendar to enter a date.
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
SpreadsheetAddData (Function)
Adds a data into a Spreadsheet control found in a window.
TelemetryIdentifyUser (Function)
Identifies the current user for whom the telemetry data is saved.
iCalendarToScheduler (Function)
Imports data in iCalendar format into a Calendar control.
iCalendarToOrganizer (Function)
Imports data in iCalendar format into an Organizer control.
HTrackStop (Function)
Stops tracking a data file on an HFSQL server.
grAddTimeData (Function)
Adds data at a precise moment in a time chart.
<Chart>.CategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.