ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ReplicAdmin: Overview
Report viewer: "Export" tab
The "Export" pane in the report viewer allows you to perform the following operations......
2. First tests
WINDEV Mobile Tutorial: My first Android/iOS application Lesson 2 - First tests - 1 hr...
ReplicSynchronize (Function)
Synchronizes the data corresponding to a replication.
Serialization constants
The serialization constants are as follows:
EmailStartNotesSession (Function)
Allows you to access the data handled by the Lotus Notes messaging (emails, contacts, groups of contacts, tasks, appointments).
Report viewer: "Preview" tab
The report viewer allows end users to view reports before printing them......
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
CallDLL32 (Function)
Runs a function found in an external DLL.
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application to be handled by Reports & Queries......
The Chart control: Characteristics in the editor
Regardless of the type of chart displayed in the Chart control, all its characteristics can be configured via its description window......
docElementFormula (Type of variable)
The docElementFormula type is used to define the characteristics of a Formula element found in a DocElement variable.
diagBorder (Type of variable)
The diagBorder type is used to define all the advanced characteristics of a border (or borders) of a shape used in a diagram.
StartShare (Function)
Opens a popup allowing you to select the application that will be used to share a resource (text or document).
Table,Save (External language)
Updates or adds a record in the data file linked to the Table control.
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
ArrayToParameters (Function)
Converts an array of elements into a list of parameters.
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
FAA: Edit control fields for file paths
The edit controls that use the "File name and full path" input mask propose several AAFs (Automatic Application Features): a specific context menu used to handle the file. a file preview in thumbnail format (for an Image or PDF file path)....
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min