ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Import a list of requirements
The Project Management Hub allows you to import requirements...
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages...
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project...
EmailImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.
<Source>.ImportText (Function)
Imports a Text file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile).
Importing DreamWeaver elements into a WEBDEV website
WEBDEV allows you to import Dreamweaver elements into your WEBDEV site...
Importing a CSS style sheet
WEBDEV gives you the ability to import a CSS style sheet into a WEBDEV project...
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ...
HImportJSON (Function)
Imports a JSON file into an HFSQL Classic table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile).
HImportCSV (Function)
Imports a CSV file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile).
<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.
<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.
<Source>.ImportCSV (Function)
Imports a CSV file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile).
".STY" file: file of type "Style sheet"
A style sheet is a "...
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
<Source>.ImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile).
<Source>.Declare (Function)
Declares a description of table (found in a database schema) in the current project.
HJSONToRecord (Function)
Imports JSON data into the current record.
HImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
HImportXLS (Function)
Imports an XLS file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile).
<Source>.DeclareExternal (Function)
Temporarily imports into the current database schema the description of a table from an existing HFSQL table.
HDeclare (Function)
Declares a description of table (found in a database schema) in the current project.
Importing a Figma design
Figma is an online design tool that allows you to create designs and prototypes in various fields, in particular for websites and applications...
<Source>.JSONToRecord (Function)
Imports JSON data into the current record.
Python: Native calls
WLanguage allows for native Python calls...
Importing a non-WINDEV window
You are interested by a window found in a non-WINDEV application?...
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.
HDeclareExternal (Function)
Temporarily imports into the current database schema the description of a table from an existing HFSQL table.
<Source>.ImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
<Email variable>.ImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.
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.
AAFImportParameter (Function)
Loads all customizations made via AAFs (Automatic Applications Features) that have previously been saved to a file.
Importing elements into a project
All the elements of a project (windows, reports, classes, sets of procedures, queries...
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code.
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile).
Importing/Exporting a dictionary
WDTRAD allows you to import and export a dictionary...
Importing tables into the database schema (external database, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc, ...
HImportText (Function)
Imports a Text file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile).
<Source>.ImportJSON (Function)
Imports a JSON file into an HFSQL Classic table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile).
<Source>.ImportXLS (Function)
Imports an XLS file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile).
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text format...
WEBDEV administrator: General configuration
The "Configuration" tab is used to define the default connection options for the WEBDEV sites found...
Examples for using the OLE DB provider for HFSQL
Reinitializes the content of an Organization Chart control from its data source (HFSQL data file...
I work as a developer: How to manage my tasks and my schedule?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile include many tools to help developers...
Multi-project processes: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ......
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
Changing the version of projects found in SCM
When several projects share elements in the same SCM, changing the version of WINDEV and WEBDEV...
Universal Windows 10 App: Deploying on the store
Your Universal Windows 10 App application is ready to be used......
htmlNode (Type of variable)
The htmlNode type is used to define all the advanced characteristics of a node of an HTML document.
JSON (Variable type)
The JSON simplifies actions on data in JSON format.
Break in a report
The break is used to group the records corresponding to a sort criterion......
WDInst: configuring the interface of setup program
By default, WDInst (the setup editor) proposes a standard setup program (the wallpaper corresponds...
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position...
Obtaining an SSL certificate for IIS2 (2.0 or later)
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
SocketConnect (Function)
Connects a client computer to a given socket.
Configuring a BaaS server (User Groupware and Private Store)
Several features in WINDEV, WEBDEV and WINDEV Mobile use a BaaS server......
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
12. External component in practice