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...
Optimizing the query execution
The query editor allows you to optimize the execution speed of one or more queries......
The Task structure
The Task structure is a preset structure of WLanguage (no declaration is required)......
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications...
Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......
The TreeMap control
...The TreeMap control is used to dynamically represent data, possibly in tree structure,...
WDStatistics: Using WDStatistics
WDStatistics can be used once the log files have been imported......
Procedure/Function
A procedure is used to associate an identifier with a statement block......
The Calculated control
The "Calculated" control is used to perform calculations in a report......
FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
FTPRemoveDir (Function)
Deletes a directory and its content (files and sub-directories) from an FTP server (File Transfer...
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
Setups while taking the Push into account
The setup while taking the Push into account is used to deploy an application on all the client...
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current...
FTPSize (Function)
Returns the size (in bytes) of a file found on an FTP server (File Transfer Protocol).
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
Value (Property)
The Value property is used to get and change the value of an element.
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control...
Customizing the WEBDEV User Groupware
The groupware in automatic mode offers several possibilities......
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
13. External component in practice
External component in practice...