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.
Modifying an SVG image (XML functions)
SVG (Scalable Vector Graphics) is a vector image format......
10. Page templates
How to create a menu?
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
iPreview (Example)
Usage example of the iPreview function
Enumeration (Type of variable)
An enumeration is a set of values......
notificationCategory (Type of variable)
The type notificationCategory makes it possible to define all the advanced characteristics of a notification category.
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
Compound statements
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
Android: The different types of notifications
Android proposes several types of notifications to inform the user......
Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
eChangeCurrency (Function)
Converts a currency into another currency.
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
Filter
The Filter keyword can correspond to: the Filter function. the Filter property....
Principle for running threads
At runtime, an application runs in a main thread......
WinInactiveEffect (Function)
Enables or disables the DDW (Dim Disabled Window) feature: for a specific window. for all the application windows....
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
grInfoXY (Function)
Returns information about the series found at a specific chart point.
Runtime log
The runtime log is the best way to identify the most used features of an application......
SCM administrator: available tools
The SCM administrator (Source Code Manager) proposes several tools to manage and optimize the SCM repository......
REST Webservices: Automatic deserialization of request
In a REST Webservice, an entry point can have several types......