ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a Chart control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Chart control through programming......
Hint (Property)
The Hint property gets and sets the hint text displayed when the Edit control is empty.
Infinite Progress Bar control
Progress bars provide useful information to the end user......
12. Synchronizing data
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
StoreTheValue (Property)
The StoreTheValue property is used to: Find out whether a control keeps its value between two application starts via the persistence. Modify a control so that it keeps (or not) its value between two application starts via the persistence....
ValuePerStar (Property)
The ValuePerStar property gets and sets the value of a star in a Rating control.
Pyramid charts
Pyramid charts allow you to view data in descending order......
WithInput (Property)
The WithInput property determines if a Combo Box control supports data input, and enables or disables this behavior.
Java application and WINDEV
A Java application is an application entirely compiled in Java......
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
Creating an RSS stream
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple Syndication)......
RowDetailsBinding (Property)
The RowDetailsBinding property allows you to identify and modify the data binding used to display the details of a row in a Table control based on a data file.
BrowserHistoryAdd (Function)
Adds an entry into the history of navigation by associating data. This data will be transmitted when going back to this entry.
SQL functions: Special case
List of SQL functions: Special case...
Date management constants
List of constants used by date management functions...
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
Functions for managing menus (prefix syntax)
List of functions for managing menus...
Events associated with Image controls
List of events associated with Image controls...
Markdown (Property)
The Property Markdown allows: for control s a window to manage the "Markdown support" option (present in the "Detail" tab of the description window of the control). for the Static control of an report: determine if a Static control of a report is of type Markdown. set the type of a Static control in a report to Markdown....
Merge (Property)
The Merge property is used to merge the cells of a Table or TreeView Table control.
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
RichEdit (Property)
The RichEdit property is used to manage the RTF (Rich Text Format) type: of an edit control or Static control found in a window. of a Static control found in a report....
DisplayAsMarkdown (Property)
The DisplayAsMarkdown property indicates whether or not an Edit control displays its content in Markdown format.
DayWidth (Property)
The DayWidth property is used to determine and change the width of days: in a Scheduler control where the days are displayed in column and the resources in rows. in a Gantt Chart column....