ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FOR EACH/FOR ALL statement (browse of enumerations)
The FOR EACH statement is used to browse the available values in the enumerations.
HNotifAddCCRecipient (Function)
Adds recipients for the notifications sent via the Control Centers (WDBal messaging tool).
HNotifListEmailRecipient (Function)
Returns the list of recipients for a notification by email.
HNotifListCCRecipient (Function)
Returns the list of recipients of a notification sent via the Control Centers (WDBal messaging tool).
HNotifDeleteCCRecipient (Function)
Deletes the recipients of a notification sent via the Control Centers (WDBal messaging tool).
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
HNotifDeleteEmailRecipient (Function)
Deletes the recipients of an email notification.
<Table>.InputSearch (Function)
Enables input in the search area in the column title of the Table or Treeview Table control.
Manipulating TimeLine controls programmatically (prefix syntax)
A TimeLine control can be......
<Connection variable>.NotifAddEmailRecipient (Function)
Adds recipients for the notifications sent by email.
FaxDisconnect (Function)
Closes a connection to a fax server (established beforehand by FaxConnect).
TableFilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
HNotifAddEmailRecipient (Function)
Adds recipients for the notifications sent by email.
FaxSend (Function)
Sends a fax according to the connection that was established beforehand (FaxConnect).
FaxConnect (Function)
Establishes a connection to a fax server.
<Table>.FilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
BrowserIsConnected (Function)
Indicates whether the browser is connected to the network.
dFill (Function)
Colors an area: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
<Source>.ReadFirst (Function)
Sets the position on the first record according to a browse item.
_VisiteGuideeEtapeBulle (Type of variable)
Le type _VisiteGuideeEtapeBulle permet de définir toutes les caractéristiques avancées d'un XXX....
The Organizer control
The Organizer control is used to display and handle organizers......
Date and Time management functions
List of functions for managing dates and times...
The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user....
DateTimeLocalToTimeZone (Function)
Converts a local date and time to the date and time in a particular time zone.
DateTimeTimeZoneToLocal (Function)
Converts a date and time from a particular time zone to a local date and time.