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.
VerticalAlignment (Property)
The VerticalAlignment property gets and changes the vertical alignment of a control.
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options...
Events associated with a Web Component control
WEBDEV manages the following events by default (order of appearance in the code editor)...
Dynamic site: Persistent session
For a dynamic WEBDEV site, when starting the site (site called from a browser), a session...
SiteAddress (Function)
Returns the Internet address for connecting to a dynamic WEBDEV site (in Session mode) found...
iOutputInfo (Type of variable)
The iOutputInfo type is used to get the details of a report print or export job, or the details...
How Session mode pages work
WEBDEV includes several types of pages to create dynamic sites......
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
The Date edit control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
URL (Property)
The URL property is used to: Get the address associated with a control. Change the address...
iPrintImage (Function)
Sends the image file to print to the print buffer.
RTF control properties
List of properties associated with the RTF control...
Properties associated with a report
List of properties associated with a report...
Email management functions
List of functions for managing emails...
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove...
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
Brochure of new features: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
Alias (Property)
The Alias property gets the alias of an element.
JSProperty (Function)
Used to handle specific features on the objects found in the current page.
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min
FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change...
Page (Property)
The Page property is used to handle the page loaded in the WEBDEV Page control.