ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTML (Property)
The HTML property is used to configure the use of HTML content.
The HTML control
The HTML control displays HTML pages or HTML code...
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites...
The Static Text control
A Static Text control is a control used to display a static text...
MarkdownToHTML (Function)
Converts a Markwdown string to an HTML buffer (encoded in UTF-8).
HTMLToText (Function)
Converts an HTML string or buffer to text.
The pages
Pages are the main interface of a WEBDEV website...
TextToHTML (Function)
Converts a text string into an HTML string (carriage returns are replaced by <BR>accents are replaced by their HTML equivalent, ...).
iLink (Function)
Adds a link to a URL address into the HTML page currently printed.
ExtractStringBetween (Function)
Allows you to:
  • extract a substring between two given separators from a character string.
  • search for substrings between two given separators in a character string.
iPrintAreaHTML (Function)
Pritns a text in HTML format in a rectangular area.
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element:...
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily...
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next...
Events associated with Button controls
List of events associated with Button controls...
Installing a SOAP server with Apache
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed...
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position...
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position...
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
WDOptimizer: Overview
The different operations that can be performed with WDOptimizer are as follows......
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text...
Two-level setup
The two-level setup (or multisite setup) combines: a reference network setup deployed...
14. Managing the "Back" button in practice
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element...
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
dbgInfo (Function)
Returns a debug information.
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......