ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025
Your version: XXA260102B

Search results
21 results for: import
Creating requirements
The following steps must be performed to implement the requirements...
HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile).
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
Importing a non-WINDEV window
You are interested by a window found in a non-WINDEV application?...
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, ...
HImportXLS (Function)
Imports an XLS file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile).
Handling an external database
WINDEV, WEBDEV and WINDEV Mobile allow you to easily handle an external database (Oracle, SQL Server, Access, etc.
Importing DreamWeaver elements into a WEBDEV site
WEBDEV allows you to import Dreamweaver elements into your WEBDEV site...
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code.
Importing/Exporting a dictionary
WDTRAD allows you to import and export a dictionary...
HImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
Importing a CSS style sheet
WEBDEV allows you to import a CSS style sheet into a WEBDEV project...
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages...
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
".STY" file: "Style sheet" file
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.
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.
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 elements into a project
All the elements handled by a project (window, report, classes, set of procedures, queries, ...