ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user.
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
Sliding Banner control properties
The WLanguage properties can be used to handle ......
FileFilter (Property)
The FileFilter property gets and sets the filter used to display files: when using assisted input in an Edit control or table column with the "File path autocomplete" option (in the "General" tab of the description window), in the file picker displayed when the user selects the "Browse..." option in the context menu of an Edit control, table column or Combo Box control....
How to fill a TreeView control?
This help page explains how to fill a TreeView control....
Filtering the headers and the content of a Pivot Table
By default, the entire data found in the data files is taken into account when calculating the content of a Pivot Table control......
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
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....
CompactOption (Property)
The CompactOption property is used to: determine whether the options of a Check Box, Radio Button or Dashboard control are compacted. define whether the options of a Check Box, Radio Button or Dashboard control should be compacted....
KeepVisibleHierarchy (Property)
The KeepVisibleHierarchy property is used to: Determine which elements of the TreeView table will be printed: the entire hierarchy or only visible elements in the control. Change the hierarchy print mode: the entire hierarchy or only visible elements in the control....
TokenDeletable (Property)
The TokenDeletable property is used to: Determine if the end user is allowed to delete tokens in a "Text token" Edit control. Allow or prevent the end user from deleting tokens in a "Text token" Edit control....
NoteTitle (Property)
The NoteTitle property is used to: Get the title of the notes used in the technical documentation of a control, window, page or report. Change the title of the notes used in the technical documentation of a control, window, page or report....
Binding a Link control to an item
MultimediaPause (Function)
Pauses a media file played in a Multimedia control.
CalendarSelectCount (Function)
Returns the number of days selected in a Calendar control.
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
Display (External language)
Displays a value in a control or assigns a value in a variable.
Screen,Current (External language)
Retrieves the name of the control being edited and its index, if necessary.
TreeDisplay (Function)
Refreshes the display of a TreeView control from a given position.
AddLink (Function)
Adds a link to a text section in an edit control.
OrganizerZoom (Function)
Returns the time range displayed by an Organizer control.
TreeMapSelectGroup (Function)
Visually selects a group of elements in a TreeMap control.
TreeMapCount (Function)
Returns the number of elements found in a TreeMap control.
Screen,XVar (External language)
Defines whether a control is included (or not) in the current window.
Execute (External language)
Runs the code of a control or the code of a procedure in WLanguage.
Table,Search (External language)
Searches for a value in a Table control populated programmatically.