ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Programming the browsing Looper controls
These are the main concepts for programming Looper controls based on a data file......
Handling a Sliding Banner control through programming
A Sliding Banner control can be handled through programming......
Handling a Web Component control through programming
Handling a Dockable Panel control through programming
A Dockable Panel control can be handled through programming......
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
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)....
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
Handling PDF Reader controls programmatically
A PDF Reader control can be handled through programming......
Extension (Property)
The Extension property is used to: get the extension of a file defined in the data model editor or through programming. define the extension of a file (when the file is described through programming only)....
HDescribeLink (Function)
Describes a link between two data files through programming.
Handling a Wire control through programming
WINDEV allows you to handle a Wire control by programming......
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)....
HDBCreation (Function)
Ends the description of the structure of an xBase data file through programming.
DefaultValue (Property)
The DefaultValue property is used to: Find out the default value of an item. This item was defined in the data model editor or through programming. Define the default value of an item (when describing the item through programming)....
ChangeTheme (Function)
Is used to change, through programming, the theme (dark or light) used by the mobile application.
WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
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)....
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
HDescribeFullTextIndex (Function)
Describes a full-text index of data file created through programming.
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....
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)....
HFSQL properties
List of HFSQL properties...
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
DeletionRule (Property)
The DeletionRule property is used to configure the deletion rule (integrity management) to be applied to the data file described through programming.