ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The HTML control
The HTML control displays HTML pages or HTML code...
Manipulating HTML controls programmatically
WINDEV and WEBDEV allow you to programmatically manipulate HTML controls...
The HTML Edit control: The automation formatting toolbar
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes editable...
HTML document functions
List of functions that manipulate HTML documents.
HTML document functions (prefix syntax)
List of functions that manipulate HTML documents (prefix syntax).
HTML (Property)
The HTML property is used to configure the use of HTML content.
iLink (Function)
Adds a link to a URL address into the HTML page currently printed.
Print modes of a report
Several print modes are available for a report.
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
MarkdownToHTML (Function)
Converts a Markwdown string to an HTML buffer (encoded in UTF-8).
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
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.
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...
HTMLToText (Function)
Converts an HTML string or buffer to text.
The pages
Pages are the main interface of a WEBDEV website...
Report viewer: "Export" pane
The "Export" pane in the report viewer allows you to perform the following operations...
iDirImageHTML (Function)
Used to select the directory in which the images must be generated during a print in HTML format.
iPrintAreaHTML (Function)
Pritns a text in HTML format in a rectangular area.
HTMLToRGB (Function)
Converts the HTML color into RGB color.
The Static Text control
A Static Text control is a control used to display a static text...
TextToHTML (Function)
Converts a text string into an HTML string (carriage returns are replaced by <BR>accents are replaced by their HTML equivalent, ...).
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position...
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows...
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
Two-level setup
The two-level setup (or multisite setup) combines: a reference network setup deployed...
Google constants
List of constants used by the Google functions....
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
2024 new features brochure: WINDEV new features
WINDEV 2024 new features in the 2024 New Features brochure....
Editing pages: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows...
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily...
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window...
UI audit: Detect obsolete features
The lifecycle of some projects span several years......
Project description: Project tab
The project description window allows you to configure various elements of your project......
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing...