ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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......
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
Using several libraries in an application
A library is a WDL file that contains all the resources......
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
iParameterViewer (Function)
Configures the report viewer.
Calling a procedure/a function
Syntax for calling a local or global procedure.
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
Passing parameters
The parameters can be passed to a procedure......
Classes, members, methods and properties
A class is made of......
BurnerMediaType (Function)
Used to find out and modify the format of the CD or DVD to burn.
BurnerSelect (Function)
Used to select the default burner.
iParameterPreview (Function)
Configures the print preview: display a message regarding the resources of current computer. display or not the ribbon panes (as well as the buttons found). the export options available in the mini preview window....
Arithmetic operators
The arithmetic operators are......
LOOP statement
The statement block is repeated endlessly...
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
Error: Redefinition of syntax
The '<method>' methods of the '<derived class>' class and of the '<base class>' class do not have the same prototype......
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
Extern (Reserved word)
EXTERN is used to...
fResourceDir (Function)
Returns the path of the read-only resources of the application.
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
BurnerCancel (Function)
Cancels the current burn process.
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.