ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb 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....
UploadFileName (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....
UploadCopyFile (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....
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
Programming automatic calculations in the columns of a Table control
pvtPosition (Type of variable)
The pvtPosition type is used to handle a cell of a Pivot Table control.
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.
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control)....
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
Description of an Organizer control (control of a window)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
<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....
TotalsEnabled (Property)
The TotalsEnabled property enables you to: Identify the calculation method used for columns in a Table or TreeView Table control (automatic or custom), Temporarily forbid or force column calculations (automatic or custom) in a Table or TreeView Table control....
ControlFindTextNext (Function)
Finds and selects the next element corresponding to the sought text in a window or in a control.
Breadcrumb control properties
The WLanguage properties are used to handle the Breadcrumb control as well as one of its elements......
Dashboard control properties
A Dashboard control can be handled in a window by the following WLanguage properties......
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
Customizing the display of an Organization Chart control
To customize the interface of an Organization Chart control, you must use specific internal windows....
ControlFindTextPrevious (Function)
Finds and selects the previous element corresponding to the sought text in a window or control.
CurrentColumn (Function)
Returns: the index of the current indexed column in a Table control (based on a data file or populated programmatically). the number of the column currently in edit mode in the specified Table control (based on a data file or populated programmatically)....
Installing the monitor
The monitoring robot includes three executables......
MultimediaStop (Function)
Stops playing a media file found in a Multimedia control.
MultimediaBeginning (Function)
Positions at the beginning of the media file played in the Multimedia control.
MultimediaClose (Function)
Closes the media file currently played in the Multimedia control.