ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Dashboard>.Display (Function)
Refreshes elements in a Dashboard control.
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position:
  • for a field linked to a file: changes made to the linked data file are reflected in the field..
  • for a programmatically manipulated field: calculated columns are re-calculated.
<List Box>.Display (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
DashDisplay (Function)
Refreshes elements in a Dashboard control.
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
IWListInsert (Function)
Inserts a new internal window in the list of internal windows used by an Internal Window control.
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
IWListAdd (Function)
Adds a new internal window to the list of internal windows browsed by an Internal Window control.
TabMDI (Property)
The TabMDI property is used to: Get the type of a Tab control (simple tab or dynamic tab - MDI). Change the type of a Tab control (simple tab or dynamic tab - MDI). This property is obsolete from version 200057. Use DynamicTab....
MultimediaHeight (Function)
Returns the height (in pixels) of the source image of the multimedia file played in the Multimedia control.
MultimediaWidth (Function)
Returns the width (in pixels) of the source image of the multimedia file played in the Multimedia control.
RightToLeft (Property)
The RightToLeft property is used to get the writing direction on a control, column, window or report.
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
MultimediaPosition (Function)
Returns or modifies the current position of the media file currently played in the Multimedia control.
ListSort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
VisibleRange (Property)
The VisibleRange property is used to get and change the width of the Range Slider control track.
SelectedResource (Property)
The SelectedResource property returns the name of the resource that corresponds to the user's selection in a Scheduler control....
UploadSize (Function)
Returns the total size (in bytes) of the file currently uploaded via an Upload control.
UploadCurrentFileSize (Function)
Returns the total size (in bytes) of the file currently uploaded via an Upload control.
HNotifAddCCRecipient (Function)
Adds recipients for the notifications sent via the Control Centers (WDBal messaging tool).
HNotifDeleteCCRecipient (Function)
Deletes the recipients of a notification sent via the Control Centers (WDBal messaging tool).
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure variable. an event associated with a control....
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
PVTSelect (Function)
Allows you to find out the position of selected cells and to select cells in a Pivot Table control.
LooperCollapseExpand (Function)
On a given row of a Looper control: collapses a break (if it is expanded), expands a break (if it is collapsed)....
TabSaveConfiguration (Function)
Saves the configuration of dynamic panes found in a Tab control in character string format.
Style (Property)
The Style property is used to retrieve and assign the entire style of a control (including the overrides).
Scroll (Property)
The Scroll property gets and sets the scroll value in a Scrollbar or Range Slider control.
HintTextColor (Property)
The HintTextColor property is used to get and change the hint text color of an Edit control.