ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing the mandatory input in WEBDEV
To prevent users from leaving a control empty, you can set it as a required field......
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
MaxHeight (Property)
The MaxHeight property gets and sets the maximum height of a control or window.
MinWidth (Property)
The MinWidth property gets and sets the minimum width of a control or window.
MaxWidth (Property)
The MaxWidth property gets and sets the maximum width of a control or window.
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
pvtPosition (Type of variable)
The pvtPosition type is used to handle a cell of a Pivot Table control.
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
Specific features of the applications for iPhone/iPad
4. UI: Windows
IU of windows...
What is an application?
An application is a set of objects (windows, controls, ......
Interactive notifications
A notification is a small window that appears at the bottom right of the screen, and that can be viewed at any time in the Windows notification area......
TitleHeight (Property)
The TitleHeight property gets and sets: the height of the title for the columns of a Table or TreeView Table control. the height of the title bar of a Dockable Panel control. the height of the title bar of a window with a custom title bar....
AnimationDirectionAlernate (Property)
The AnimationDirectionAlernate property allows you to: Check whether the animation in an infinite Progress Bar control is played forwards first, then backwards. Configure the animation in an infinite Progress Bar control to be played forwards first, then backwards....
<Upload>.CopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
<Upload>.FileName (Function)
Returns the name of a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....