ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
Programming the browsing Looper controls
These are the main concepts for programming Looper controls based on a data file......
iEndReport (Function)
Forces the report print to stop.
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
The .NET 3.0, 4.0 control, ... (WPF)
The Xaml control allows you to easily manage the Xaml language......
2. Analysis in practice
Component (Property)
The Component property configures the different components of a composite key.
iMargin (Function)
Defines the "logical" print margins.
Bar code constants
GglFile (Type of Variable)
The GglFile type allows you to know all the characteristics of a file from the Google software suite (Docs, Sheets, etc.).
Crosstab report
The report editor allows you to create "Crosstab" reports......
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
BTLEConnect (Function)
Used to connect to a Bluetooth Low Energy device.
TableBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
docProperty (Type of variable)
The docProperty type is used to define the properties of a Word Processing document.
memcachedResult (Type of variable)
The memcachedResult type is used to define the characteristics of a value read on a Memcached server.
pdfAttachment (Type of variable)
The pdfAttachment type is used to define all the advanced characteristics of an attachment in a PDF document.
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
MenuClone (Function)
Clones a menu or a menu option as well as the associated code.
VisibleOutsideWindow (Property)
The VisibleOutsideWindow property is used to: determine if a button is visible even if its position (X,Y) is outside the border of the window (entirely or partially). modify the visibility of an "off-window" button....
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
EmailProgressBar (Function)
Manages a progress bar while sending and receiving emails.
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
DotNetDelegate (Function)
Initializes a.NET delegate.
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.