ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
WithInput (Property)
The WithInput property determines if a Combo Box control supports data input, and enables or disables this behavior.
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
Notifications of an HFSQL server
A server may encounter problems without any user (or developer) noticing anything. For example: a scheduled task may fail, an automatic backup may fail, a node may become inactive in a HFSQL cluster, ......
3. Dates, arrays and structures
WINDEV Mobile Tutorial - WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
SelectedTextWithTag (Property)
The SelectedTextWithTag property is used to get or change the text selected in a rich edit control (RTF or HTML) with HTML or RTF formatting tags.
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
1. Project and Analysis
The development of a Windows application with WINDEV is based on two main elements: the Project and the Analysis....
The "Project Management Hub" pane
The "Project Management Hub" pane displays the tasks assigned to the current developer......
HNext (Function)
Sets the position on the next data file record according to a browse item.
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
The Looper control
A Looper control is used to repeat the controls found in a specific area......
Error 403: The item does not belong to the file
"Project explorer" pane
The "Project explorer" pane is used to simplify the development environment of WINDEV, WEBDEV and WINDEV Mobile......
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
CalendarSelectMinus (Function)
Deselects a date in a multi-selection Calendar control.
PublicationDate (Property)
The PublicationDate property is used to get the date an element was last accessed.
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
grColumnAggregation (Function)
Defines the algorithm for aggregating data in a grouped or stacked Column chart.
EndTimestamp (Property)
The EndTimestamp property is used to set the end date and time of an action.
<Calendar>.SelectMinus (Function)
Deselects a date in a multi-selection Calendar control.