ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)...
<Connection variable>.DeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
HashCheckFile (Function)
Checks the Hash of a file for a specific type of algorithm.
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
Choosing the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......
<Connection variable>.ConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
Border (Type of variable)
The Border type is used to handle a border through programming...
PDFExtractPage (Function)
Extracts a page from a PDF file in a variable of type Image.
Handling Organization Chart controls programmatically
Cursor (Property)
The Cursor property is used to get and change the position of the mouse cursor in one of the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control. HTML Editor control....
"?" menu
WINDEV proposes a help menu adapted to your applications......
Hash constants
List of constants used by the Hash functions....
spIterationCount (Property)
The spIterationCount property is used to: Get the iteration count of the hash algorithm used for an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically. Sets the iteration count of the hash algorithm used for an item of type "Password" (only for "Password" items described programmatically)....
sfSessionInfo (Type of variable)
The sfSessionInfo type is used to get information about the current session...
Summary table: Installing an application developed in WINDEV
When developing an application, one of the important steps consists in deploying this application on the user computers......
RegistryValueType (Function)
Returns the type of value found in the registry.
emailAttach (Type of variable)
The emailAttach type is used to handle an attachment.
GetTypeDefinition (Function)
Gets the description of a type identified by name.
Definition (Property)
The Definition property is used to define a type.
Declaration (Property)
The Declaration property is used to define a type.
Data source (Example)
Usage example of the Data source type
grWaterfallCategoryType (Function)
Indicates the category type of a Waterfall chart.
FTPConfigure (Function)
Modifies the behavior of standard FTP functions.
<Chart>.WaterfallCategoryType (Function)
Indicates the category type of a Waterfall chart.
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
<Diagram variable>.ToImage (Function)
Exports a diagram to a variable of type Image.