ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Applying the Responsive Web Design mode to an existing page
This help page explains how to apply the Responsive Web Design mode to an existing WEBDEV page......
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
Drawing charts in an Image control
WINDEV and WEBDEV propose several functions for creating and handling charts......
HFSQL Control Center: Creating and executing a query
The HFSQL Control Center allows you to create a query based on the data files of the database currently displayed in the Control Center......
Filtering the headers and the content of a Pivot Table
By default, the entire data found in the data files is taken into account when calculating the content of a Pivot Table control......
<docFragment variable>.Insert (Function)
Replaces the content of the current fragment. The objects that can be used are: an element, a document, a paragraph, a text, an image, a fragment....
<Source>.ExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......
ListViewMode (Property)
The ListViewMode property is used to: Find out the display mode of a ListView control. Modify the display mode of a ListView control....
Object diagram
An object diagram represents a set of objects and how they relate to each other at a certain moment in time......
FullScreen (Function)
Enables or disables the full-screen mode in the applications in Universal Windows 10 App mode.
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
Voice commands in your applications
The applications that you develop can react to the user's voice......
Overview of external languages
AutomaticLink (Property)
The AutomaticLink property is used to: determine if the automatic link detection mode is enabled, enable or disable the automatic link detection mode....
<HTML Display control>.FromEmail (Function)
Imports the HTML content of an email and its images into an HTML Display control. The images contained in the email are also displayed in the control.
HTMLFromEmail (Function)
Imports the HTML content of an email and its images into an HTML Display control. The images contained in the email are also displayed in the control.
HTMLEditorFromEmail (Function)
Imports the HTML content of an email and its images into an HTML Editor control. The images contained in the email are also displayed in the control.
<HTML editor>.FromEmail (Function)
Imports the HTML content of an email and its images into an HTML Editor control. The images contained in the email are also displayed in the control.
Managing Responsive Web Design in your Web pages
From now on, the Web sites can be viewed on several platforms......
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities......
Handling a Calendar control by programming
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Calendar control through programming......