ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Native AS/400 Connector
WINDEV and WEBDEV include an optional module to access AS/400 databases......
iSubstBlock (Function)
Substitutes one block of the report with another block while the report is printed.
HTMLEditorGet (Function)
Asynchronously retrieves the value of one of the properties of an HTML Editor control.
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control)....
<Array>.AnyTrue (Function)
Returns True if at least one element of an array is True.
Keyboard Variable (Using physical keyboards on Android)
The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard......
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
SenderAddress (Property)
The SenderAddress property allows you to get and change the sender address of an email.
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000......
<Connection variable>.NotifConfigure (Function)
Specifies and configures the server used to send notifications by the HFSQL server.
MCIHeight (Function)
Returns the height (in pixels) of a media file used to display images.
MCIWidth (Function)
Returns the width (in pixels) of a media file used to display images.
MCITrack (Function)
Returns the current track of a media file previously opened (MCIOpen).
<Variable Drive>SendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
<Notification variable>.Add (Function)
Adds a notification to the system bar (Android) or notification center (iOS).
dLoadImage (Function)
Loads an image in an Image variable from a memo, a file or a binary buffer.
SysNotificationRemoveID (Function)
Removes all previously sent interactive notifications that match the specified identifier (ID).
Creating nested reports