ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

AutoRunDelete (Function)
Stops the automatic execution of a WINDEV application.
Managing custom fonts in a WINDEV or WINDEV Mobile project
Both WINDEV and WINDEV Mobile projects support custom fonts, including Google Fonts......
12. Managing tasks
The Project Management Hub allows the project contributors to manage their task schedule....
Google Contacts management functions
List of functions for managing Google contacts...
1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
<Window>.Maximize (Function)
Displays a WINDEV window in its maximum size.
<Window>.Restore (Function)
Displays a WINDEV window to its initial size.
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
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).
General environment of WINDEV