ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Link control
The Link control is used to:
  • create a link in an HTML page.
  • create a link in a report printed in HTML format.
<Connection variable>.NotifListEmailRecipient (Function)
Returns the list of recipients for a notification by email.
<Connection variable>.Priority (Function)
Finds out and modifies the priority of the calling application.
ArrayToParameters( Function)
Converts an array of elements into a list of parameters.
AccessibilityScreenReaderEnabled( Function)
Finds out whether the screen reader is Active.
<DiskFile variable>.Lock (Function)
Entirely or partially locks an external file.
<Table>.Add (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
HListConnection (Function)
Returns the list of connections currently described in the application.
OrganizerDisplay (Function)
Reinitializes the content of an Organizer control from its data source (HFSQL data file for example).
Restoring an HFSQL Client/Server database
A backup of a HFSQL Client/Server database can be restored at any time......
iListPrinter (Function)
Returns the list of printers installed on the current computer.
BankHolidayList (Function)
Returns the list of the public holidays defined by BankHolidayAdd.
TimeLine control properties
A TimeLine control can be handled in a window by the following WLanguage properties.
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
The Kanban control
Originally, Kanban is a Japanese method aimed at improving processes for a better, more efficient production cycle....
xBase files: Limits
HErrorLock (Function)
Used to check whether a lock error occurred.
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
The Check Box control
A Check Box can correspond to......
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
Programming Table controls based on a data file (prefix syntax)
This page explains how to program Table controls based on a data file......
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......