ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications...
Partial indexing of memos
You now have the ability to index the content of a text memo item......
<Source>.StatDate (Function)
Returns the date of the last update for the index statistics.
InitialItem (Property)
InitialItem is used to find out the initial name of an item found in a query. This name is known from the alias of this item.
Binding a Check Box control to an item
CalendarPicker (Function)
Opens a modal dialog with a calendar to enter a date.
The home page
The home page is the first page of your site......
TimeZone (Property)
The TimeZone property is used to set the time zone.
OrganizerZoom (Function)
Returns the time range displayed by an Organizer control.
Window (External language)
Returns the number of windows opened at a given time.
<Source>.StatTime (Function)
Returns the time of the last update for the index statistics.
Thumbnail (Property)
The Thumbnail property is used to: get the value of an item thumbnail. This item was defined in the data model editor or through programming. get and change the image associated with a Thumbnail control....
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized....
grTimeLevelMask (Function)
Defines the display mask for a level of time scale in a chart.
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
TypeDescription (Property)
The TypeDescription property is used to: Find out the type used by an Enumeration or Combination item. This item was defined in the data model editor or programmatically. Define the type used by an Enumeration or Combination item (when describing the item through programming)....
Handling Organization Chart controls programmatically
BitcoinCoreBlockCount( Function)
Returns the size of the blockchain known by the Bitcoin node (i.e. the number of blocks created since January 3, 2009). This makes it possible, for example, to calculate the approximate date of the next halving.
Native MariaDB Connector: Programming with SQL functions
The SQL functions can be used to handle the MariaDB database......
Native PostgreSQL Connector: Programming with SQL functions
You can use SQL functions to handle the PostgreSQL database......
3. Data handled by a WINDEV Mobile application
The data handled by a WINDEV Mobile application can come from...
Native MySQL Connector: Programming with SQL functions
The SQL functions can be used to handle the MySQL database......
The Duration control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
REP files
REP files contain the list of data files handled by the application....