ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HImportXLS (Function)
Imports an XLS file into an HFSQL Classic or Client/Server data file. This data file 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 data file. This data file must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile).
<Source>.JSONToRecord (Function)
Imports JSON data into the current record.
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages...
<Source>.ImportText (Function)
Imports a Text file into an HFSQL Classic or Client/Server data file. This data file must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile).
Importing a CSS style sheet
WEBDEV gives you the ability to import a CSS style sheet into a WEBDEV project...
AAFImportParameter (Function)
Loads all customizations made via AAFs (Automatic Applications Features) that have previously been saved to a file.
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.
HImportHF55 (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.
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.
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
Importing DreamWeaver elements into a WEBDEV website
WEBDEV allows you to import Dreamweaver elements into your WEBDEV site...
<Source>.ImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file. This data file must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile).
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...
Python: Native calls
WLanguage allows for native Python calls...
<Source>.ImportJSON (Function)
Imports a JSON file into an HFSQL Classic data file. This data file must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile).
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code.
HImportCSV (Function)
Imports a CSV file into an HFSQL Classic or Client/Server data file. This data file 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 "...
HJSONToRecord (Function)
Imports JSON data into the current record.
<Source>.Declare (Function)
Declares a data file description (found in an analysis) in the current project.
<Source>.DeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
<Source>.ImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
HImportJSON (Function)
Imports a JSON file into an HFSQL Classic data file. This data file must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile).
<Source>.ImportCSV (Function)
Imports a CSV file into an HFSQL Classic or Client/Server data file. This data file must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile).
HImportText (Function)
Imports a Text file into an HFSQL Classic or Client/Server data file. This data file must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile).
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file. This data file must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile).
Importing data files into the analysis (external database, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc.
Spreadsheet control in a window
The spreadsheet is one of the most often used business tools. The Spreadsheet control is used...
GDPR: Overview
GDPR (General Data Protection Regulation) will replace "Data Protection Directive" on 25th May...
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
Using .NET assemblies in a project
To use .NET assemblies in a project......
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
Modifying an external component
An external component created and generated by WINDEV, WEBDEV or WINDEV Mobile can be modified...
The windows and pages of the User Groupware
Two methods can be used to include the user groupware......
Code snippets
The code editor allows you to enter "Code snippets"......
Configuring the IIS 7/7.5 server
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
8. Sharing a project in practice
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation...
29. SEO in practice
Pre-launched sessions
A pre-launched session is a session of a Web site (or webservice) automatically started on the Web...
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux...
AWP without UI
Bootstrap, Angular, React, Vue......
SEO of a WEBDEV site
In order for your site to get visitors, the Web users must be able to find it......
WDConver : Use in command line mode
...Using WDConver in command line mode consists in running a conversion description created and saved...
Discover all the possibilities of pivot tables
Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window...
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features...
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific...
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open...