ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option...
Functions for managing menus (prefix syntax)
List of functions for managing menus
Menu functions
List of functions for managing menus
Referring to an element in a WLanguage event / process
<Multimedia>.End (Function)
Positions at the end of media file played in the Multimedia control.
MCIEnd (Function)
Positions at the end of a media file that was opened beforehand MCIOpen.
MultimediaEnd (Function)
Positions at the end of media file played in the Multimedia control.
Managing HFSQL Classic data files
The HFSQL Control Center allows you to fully manage HFSQL Classic data files......
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)....
Handling a Sliding Banner control through programming
A Sliding Banner control can be handled through programming......
Border (Type of variable)
The Border type is used to handle a border through programming...
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.
HDescribeLink (Function)
Describes a link between two data files through programming.
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......
Automatic features of Pivot Table controls
The Pivot Table control offers several Automatic Application Features (AAF) allowing the user to take advantage of all its capabilities......
LogMethod (Property)
The LogMethod property is used to: find out the log mode used for a data file (file defined in the data model editor or through programming). define the log mode used for a data file (when the file is described through programming)....
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
Variables for managing the Drag and Drop
NoteCreate (Function)
Creates a Repositionable Note control in the curernt window through programming.
HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
Programming the browsing Looper controls
These are the main concepts for programming Looper controls based on a data file......
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
Handling a TreeMap through programming
WINDEV allows you handle a TreeMap control through programming....
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
CalculatedDefaultValue (Property)
The CalculatedDefaultValue property is used to: Find out the SQL expression that defines the default value of an item. This item was defined in the data model editor or through programming. Define the SQL expression that returns the default value of an item (item described through programming only)....
CalculatedItemExpression (Property)
The CalculatedItemExpression property is used to: Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or through programming. Define the SQL expression returning the value of a calculated item (when describing the item through programming)....
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
AAF: Sort/Search/Filter on the columns of Table controls