ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus...
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents in their applications, without an external software......
5. Webservices
WINDEV allows you to easily use Webservices (or XML Web services)....
Domotics: Overview
The home automation via power-line carrier (X10) has now become reality......
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Handling a Breadcrumb control through programming
The Breadcrumb control can be handled through programming......
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
Creating and handling an item
The main operations that can be performed on an item are as follows......
Real Time Performance Profiler (RTPP)
The Real Time Performance Profiler (RTPP) is a tool that helps you identify what is slowing down your application......
The "Debugger" pane
The "Debugger" pane displays the debugger options when debugging the project or a project element ("Debugger" option)......
NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
Error 1055: 'Ancestor' can only be used in the code of a class derived from a class
Handling a Calendar control by programming
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Calendar control through programming......
Defining clickable areas
In a page, an Image control can contain clickable areas......
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
<Chart>.Origin (Function)
Modifies the start and end marks on one of the chart axes.
Custom telemetry
Custom telemetry allows you to define the elements that will be included in the analytics......
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)....
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......
<docFragment variable>.Add (Function)
Adds an element, text or image at the end of a docFragment variable.
HFSQL Client/Server: Overview
You have the ability to create applications that access the HFSQL Client/Server databases......
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
HScheduledTask structure
The HScheduledTask structure is kept for backward compatibility (this structure will still be supported in the forthcoming version)....
Clickable control in a report
The report editor allows you to propose clickable controls during the print preview......
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....