ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

General environment of WINDEV
AutoRunDelete (Function)
Stops the automatic execution of a WINDEV application.
1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
1. WINDEV editors
WINDEV editors...
Abbreviation (Property)
The Abbreviation property gets the abbreviation of a data file. This abbreviation is defined in the data model editor when defining the data file. This property is read-only.
FlexAlignSelf (Property)
The Property FlexAlignSelf allows you to know and modify the alignment and vertical anchoring of the field in the row of the Flexbox field ( Property corresponding CSS "align-self").
FlexAlignContent (Property)
The FlexAlignContent property gets and sets the alignment of the lines within the Flexbox control along the cross axis (corresponding CSS property: "align-content").
<Source>.Creation (Function)
Creates an empty table (extension ".FIC") with index file, full-text index file, spatial index file, and memo file if required.
FlexAlignItems (Property)
The FlexAlignItems property gets and sets the alignment of the items in a line of a Flexbox control along the cross axis (corresponding CSS property: "align-items").
LoadWDL (Function)
Loads a library of WINDEV objects in memory (.WDL).
<Window>.Maximize (Function)
Displays a WINDEV window in its maximum size.
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
Creating an application or website using RAD (Rapid Application Development)
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
Serial and parallel port management functions
List of functions for managing serial and parallel ports...
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a field linked to a file: changes made to the linked table are reflected in the field.. for a programmatically manipulated field: calculated columns are re-calculated....
tapiCallStart (Function)
Returns the date and time of the beginning of call (incoming or outgoing call).
BTLE functions (prefix syntax)
The following functions are used to handle the Bluetooth Low Energy devices:...
Management of Google contacts (prefix syntax)
The Google Contact service is used to manage contacts on Internet......