ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
Snap-on grid
The different editors of WINDEV, WEBDEV and WINDEV Mobile allow you to align the elements via a snap-on grid......
The Pivot Table control
The Pivot Table control dynamically displays data coming from the crosscheck of different files found in a database......
How to associate an image with a treeview element?
When fillilng a TreeView control, an image is associated with each element....
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
ExecuteUpdateUI (Function)
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol. This function is kept for backward compatibility.
AutoBrowse (Property)
The AutoBrowse property is used determine if the browse operation performed in a List Box, Looper, Table or Combo Box control based on a data file is automatic or programmed.
Address (Property)
The Address property is used to: Establish a connection between the Conference control (and the associated stream) and the receiver. This property is equivalent to StreamConnect. Get the address of the last outgoing connection request....
Thumbnail (Property)
The Thumbnail property is used to: get the value of an item thumbnail. This item was defined in the data model editor or through programming. get and change the image associated with a Thumbnail control....
Pinned (Property)
The Pinned property is used to: Pinned or not a field: the pinned field will be positioned in relation to the visible area of its container instead of the content area.. Determine if a control is pinned....
dPen (Function)
Declares the default color and style for lines, rectangles, circles, etc. contained in: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
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").
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").
License agreement for the tools included with WINDEV, WEBDEV and WINDEV Mobile
License agreement for the tools included with WINDEV, WEBDEV and WINDEV Mobile...
Control management functions
List of functions for managing controls...
<Array>.Count (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
<Source>.ExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
<Source>.ExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
<Source>.DescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.