ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Import a list of requirements
The Project Management Hub allows you to import requirements...
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.
Importing elements into a project
All the elements of a project (windows, reports, classes, sets of procedures, queries...
<Source>.Declare (Function)
Declares a description of table (found in a database schema) in the current project.
Importing/Exporting a dictionary
WDTRAD allows you to import and export a dictionary...
<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.
HJSONToRecord (Function)
Imports JSON data into the current record.
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, ...
Importing a CSS style sheet
WEBDEV gives you the ability to import a CSS style sheet into a WEBDEV project...
<Source>.JSONToRecord (Function)
Imports JSON data into the current record.
<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).
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...
<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.
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code.
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).
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.
<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.
".STY" file: file of type "Style sheet"
A style sheet is a "...
Importing DreamWeaver elements into a WEBDEV website
WEBDEV allows you to import Dreamweaver elements into your WEBDEV site...
Importing a non-WINDEV window
You are interested by a window found in a non-WINDEV application?...
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...
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages...
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...
Manager of automated tests
The test manager is used to......
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without...
HFSQL Client/Server database: Recommendations
This help page presents the main recommendations for optimizing the security and performance...
In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes...
GanttTask (Type of variable)
The GanttTask type is used to define the advanced characteristics of a task for a Gantt chart.
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can...
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
Frequently asked questions about HFSQL Cluster
Frequently asked questions about HFSQL cluster....
Creating an action plan
The action plans group all actions that will be performed by the software factory....
9. Sharing a project in practice
Sharing a project in practice...
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number...
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
Screen,Get (External language)
Retrieves the value in a control or in a variable.
Configuring and running the action plans
When the action plans are deployed, you have the ability to configure their activation mode....
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite...
10. Internal components in practice
11. Internal components in practice
Internal components in practice...
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
Configure the setup program interface
To make the installation process more user-friendly, the setup wizard allows you to customize...
Compatibility between external components and deployed applications
A component can evolve in many ways......
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position...