ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project Management Hub: Sprint management
A sprint or iteration is a development cycle......
HViewToFile (Example)
Usage example of the HViewToFile function
Constants for managing Scheduler and TimeLine controls
The following constants are used to manage Scheduler and TimeLine controls:...
CaptionPeriodHeader (Property)
The CaptionPeriodHeader property is used to get and change the caption of the time period displayed in the header of a Scheduler or Agenda control in a report.
sfUndeleteResult (Type of variable)
The sfUndeleteResult type is used to find out the result of SFUndelete...
BeaconDetectPrecise (Function)
Used to find the Beacons near the device.
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
docNumbering (Type of variable)
The docNumbering type is used to define the advanced characteristics of a numbering used in a Word Processing document.
docTabulation (Type of variable)
The docTabulation type is used to define the characteristics of a custom tabulation.
diagRectangle (Type of variable)
The diagRectangle type is used to define all the advanced characteristics of a shape of type Rectangle.
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
gglPostalAddress (Type of variable)
The gglPostalAddress type is used to describe and modify the postal address of a contact...
gglEmail (Type of variable)
The gglEmail type is used to describe and modify the email address of a contact...
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
mongoDatabaseInfo (Type of variable)
The mongoDatabaseInfo type is used to define the advanced characteristics of information about a MongoDB database.
diagOval (Type of variable)
The diagOval type is used to define all the advanced characteristics of a shape of type Oval.
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
apExecute (Function)
Runs an action plan.
MatInvert (Function)
Calculates the inverse of a square matrix.
MatTranspose (Function)
Calculates the transposed matrix.
Parameter Description (Type of variable)
Parameter Description variables are used to programmatically describe a parameter.
HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays an endless progress bar in a window....
Creating the Vision windows of the WINDEV RAD pattern
HExecuteSQLQuery (Example)
Usage example of the HExecuteSQLQuery function