ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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 example (images, videos, ...)....
XLSCell type: MaskWD property
The MaskWD property of the xlsDocument type is used to define the display mask in WINDEV or WEBDEV format that will be used in the Excel cell ("DD/MM/YYYY" for example)......
WDMSG license agreement
WDMSG license agreement...
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.
WINDEV, WEBDEV, Android or iOS external component
An external component is a set of WINDEV, WEBDEV or WINDEV Mobile elements......
Specific features of the Express version
The Site Map control
The Site Map control allows the Web user to......
LooperMoveLine (Function)
Moves a row or swaps two rows in a Looper control.
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
Check Box control: Automatic features (AAF)
The Check Box control can benefit from several AAFs (Automatic Application Features) ......
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
Downloading a report in PDF format on the computer of the Web user
To propose to download a report in PDF format on the computer of the Web user, you must......
List of reserved words
Native Sybase Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Sybase (also called Native Access to Sybase......
AccentSensitive (Property)
The AccentSensitive property is used to determine if accented characters are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
grDestinationEMF (Function)
Defines a meta file as chart destination (EMF means Enhanced Meta File).
BurnerCompilationInfo (Function)
Retrieves the characteristics of current compilation.
Cross-references in the code editor
The cross-references in the code editor are used to identify......
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
Events associated with the columns (Table control)
List of events associated with the columns of Table controls...
2. Performance profiler
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 2 - Performance profiler - 15 min