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.
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type...
Properties of the modeling
The properties of the modeling group all the options of the modeling currently edited......
SAPExecute (Function)
Calls a synchronous function or BAPI on a SAP system.
HTMLControlValue (Function)
Used to identify or modify a control in an HTML form contained in an HTML Display control.
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must...
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto...
GOTO statement
The GOTO statement is used to run a code identified by a given label...
Programming the browsing Looper controls
These are the main concepts for programming Looper controls based on a data file......
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files...
OOP concepts
A class contains the description of a data structure (members) and the processes (methods)...
26. Style sheets: to simplify the layout
Toolbar and menu of the SCM
The different options of the SCM can be handled via the SCM toolbar or the options of a specific...
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....
HRecordDate (Function)
Returns the date and time of the last write operation performed on a record in an HFSQL file...
HDBCreation (Function)
Ends the description of the structure of an xBase data file through programming.
XLS file handling functions
List of functions for managing XLS files...
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed...
Keyboard shortcut on a button (AAF)
In an application developed with WINDEV, the user has the ability to implement a keyboard shortcut...
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV...
Windows
The windows represent the main interface of a WINDEV application......
TableMode (Function)
TableMode is kept for backward compatibility.
Android and Java: call WLanguage procedures
Permet de spécifier la procédure qui sera appelée lorsque l’utilisateur effectue un clic dans un...
H.NbRetryRead (Variable)
Indicates the number of attempts to read the file or record before giving control back...
Creating a frameset
WEBDEV proposes several methods for creating a frameset......
1
6
7
8
9
10
22
>