ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a Navigation Bar control through programming
The Navigation Bar control can be handled by programming......
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....
AutomaticLink (Property)
The AutomaticLink property is used to: determine if the automatic link detection mode is enabled, enable or disable the automatic link detection mode....
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
Handling a Chart control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Chart control through programming......
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
WINDEV License Agreement
WINDEV License Agreement...
MaskTitleDate (Property)
The MaskTitleDate property is used to identify and change the input mask used for the title of day columns in Organizer or Scheduler controls
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......
BrowserHistoryAdd (Function)
Adds an entry into the history of navigation by associating data. This data will be transmitted when going back to this entry.
Adding an element to the SCM repository
When an element is added to the SCM (Source Code Manager) repository, it is added to the reference project on the SCM server......
Space (External language)
Fills the content of WdString with space characters on the right.
The Range Slider control
The Range Slider control is used to easily select an interval or a zoom......
SSLActive (Function)
Used to enable or disable the secure SSL mode.
Functions for managing menus (prefix syntax)
List of functions for managing menus...
ScrollValue (Property)
The ScrollValue property gets and sets the scroll value.
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
MaskTitleTime (Property)
The MaskTitleTime property is used to get or change the mask used for the title of time columns: in an Organizer control. in a Scheduler control. in a TimeLine control....
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
Merge (Property)
The Merge property is used to merge the cells of a Table or TreeView Table control.
HTMLAttribute (Property)
The HTMLAttribute property reads and changes the HTML attributes of the 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....
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....
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....
RightToLeft (Property)
The RightToLeft property is used to get the writing direction on a control, column, window or report.