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.
Style of windows: image and background color
To optimize the style of your screens, WINDEV and WINDEV Mobile allow you to use......
Supercontrol
A supercontrol is an advanced type of control......
PageInitialization (Function)
Resets to zero (or not) the controls found in the current page and starts the events for initializing the controls and the page.
Saving entered data (AAF)
WDAdminHF: Managing a database
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
Creating the skin template of a report
MCIWidth (Function)
Returns the width (in pixels) of a media file used to display images.
WinBackgroundImage (Function)
Modifies the background image of a window and specifies the display mode of this image.
<Element>.ExecuteRefreshUI (Function)
Immediately executes the "Request for refreshing the display" event of the given element.
MCIHeight (Function)
Returns the height (in pixels) of a media file used to display images.
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
NumberColumn (Property)
The NumberColumn property is used to: Get the number of columns in Table, Check Box, Radio Button controls, etc.. Set the number of columns in a multi-column List Box control....
AnimationPrepare (Function)
Prepares the animation on a control, a group of controls or a window.
10. Smart controls
Smart controls...
The Wire control
The Wire control is used to visually link 2 controls......
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......
Calendar functions (prefix syntax)
Handling a Conceptual Data Model (CDM)
The main operations that can be performed on a CDM are as follows......
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily write a message......
notificationFormat (Type of variable)
The notificationFormat type is used to describe the display format of a notification when this one is expanded.
12. Control templates
...Control templates...
Animation management functions
WINDEV proposes several WLanguage functions for managing animations......
AnimationPlay (Function)
Plays an animation when a control, a group of controls or a window is modified.
Page contexts
In a Windows application, the information relative to a window is stored with the window......