ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ResourceWidth (Property)
The ResourceWidth property is used to get and change the width of resources in a Scheduler control where resources are arranged in columns.
MarginInterCell (Property)
The MarginInterCell property is used to: find out the margin between rows or columns in a Layout control. modify the margin between rows or columns in a Layout control....
Events associated with Image controls
List of events associated with Image controls...
RightIndent (Property)
The RightIndent property is used to get and change the space to the right of the text in a control.
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
AllowActionBarHiding (Property)
The AllowActionBarHiding property automatically hides the Action Bar.
Report and project
In most cases, a report is linked to a project......
DisplayEvenIfNull (Property)
The DisplayEvenIfNull property is used to: Determine whether a row or column in a Pivot Table control is displayed even if it contains no value. Show or hide a row or column in a Pivot Table control if it does not contain any values....
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
AutomaticReorganization (Property)
The AutomaticReorganization property is used to get and change the automatic reorganization mode for the tasks in a "Gantt Chart" column.
MultimediaReader (Property)
The MultimediaReader property is used to get and change the media player currently used by a Multimedia control to play media files.
AutoCorrect (Property)
The AutoCorrect property allows you to define a set of automatic corrections to be applied in a Word Processing control as the user types.
InvalidInput (Property)
The InvalidInput property determines if a control prevents the user from leaving when they enter invalid data.
Pinned (Property)
The Pinned property is used to: Pin a control: the position of the pinned control will be relative to the visible area of its container and not to the content area. Determine if a control is pinned....
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The field can be a file or memory field. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
LeftIndent (Property)
The LeftIndent property is used to get and change the space to the left of the text in a control.
1. Project and Database Schema
The development of a Windows application with WINDEV is based on two main elements: the Project and the Database Schema....