ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Selecting the application or the files to install
WINDEV includes a wizard for generating a setup program: to install a WINDEV application. to install other files. Installing goodies for instance (images, videos, ...)....
<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.
Including the code
You want to include your code lines in a condition, in a structure, ......
Document (Property)
The Document property is used to identify or modify the HTML document associated with an HTML Display control or an HTML Editor control.
ForbiddenFunctions (Property)
The ForbiddenFunctions property gets and sets the list of functions that cannot be used in the Code Editor control, or with the Compile, ExecuteCode or EvaluateExpression functions.
GglFile (Variable type)
The GglFile type is used to get all the characteristics of a file used in one of the Google Docs Editors (Docs, Sheets, etc.).
Project (External language)
Opens and runs a WINDEV project.
WDEnd (External language)
Ends a program that is using WINDEV.
ExecutePresetAction (Function)
Runs a preset WINDEV action.
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.
1. The WINDEV Framework
Setup by stand-alone physical media
A setup by stand-alone physical media allows you to provide a media that contains all the files required for installing and running a site......
Pre-launched sessions
A pre-launched session is a session of a Web site (or webservice) automatically started on the Web server from the WEBDEV Application Server......
Handling Context Menu controls programmatically
WEBDEV includes different WLanguage functions and properties to handle Context Menu controls programmatically......
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).
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
The Context Menu control (WEBDEV)
Context menus are often used in websites......