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.
MatDeterminant (Example)
Usage example of the MatDeterminant function
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
zipCreate (Example)
Usage example of the zipCreate function
AAFOpenHelp (Function)
Opens the AAF (Automatic Application Features) help website.
MatFill (Example)
Usage example of the MatFill function
rssDisplay (Function)
Builds a RSS stream and returns the content of the RSS stream to the client.
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
fCopyFile (Example)
Usage example of the fCopyFile function
MatInvert (Example)
Usage example of the MatInvert function
dPen (Example)
Usage example of the dPen function
gFontBold (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.
2. Analysis in practice
GanttListTask (Function)
Returns: the list of tasks between two given dates in a Gantt Chart column, all the tasks in a Gantt Chart column, a specific task (selected or hovered)....
TimePicker (Function)
Opens the system time picker.
rssEnclosure (Type of variable)
The rssEnclosure type is used to describe and handle the attachment of an entry of RSS stream...
Managing contacts (mobile devices)
In your mobile applications, you have the ability to directly manage the contacts of your mobile device (Android, iPhone, iPad, Universal Windows)....
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
LockAppPassword (Function)
Specifies a specific password for unlocking the current application (application locked automatically or by LockAppOn).
LockAppOn (Function)
Locks a WINDEV application.
FullScreenEnable (Function)
Switches the browser to "Full screen" mode. The browser occupies the entire screen.
PageLayout (Property)
The PageLayout property sets the layout characteristics of a document.
Timeout (Property)
The Timeout property is used to get and change the maximum wait time before a request times out.
5. Deploying a dynamic site (Session or AWP) in practice
iPrintXLS (Function)
Prints the current worksheet of a document in "xlsx" or "xls" format.
DatePicker (Function)
Opens the system date picker.