ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

8. External component
An external component is a set of WINDEV Mobile elements: windows, reports, analysis, etc....
Creating a frameset
WEBDEV proposes several methods for creating a frameset......
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......
WDGenPage: Use in command line mode
WDGenPage run in command line is used to generate one or more semi-dynamic pages without starting WEBDEV or WDGenPage....
WDDIXIO overview
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....
RightClick (Property)
The RightClick property gets and sets the name of the Button control that will be executed when an object is right-clicked.
MenuIsMarked (Function)
Used to find out whether a checkmark is displayed in front of a menu option (popup menu or drop-down menu).
Playing a video with the MCI functions
MCI functions are used to easily handle the media files......
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
1. Managing emails
WINDEV includes multiple methods to manage emails...
<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....
<Camera>.Display (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
VideoDisplay (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
WDSQL: Database structure
WDSQL is used to find out the structure of the accessed database......
Manipulating days in a Calendar control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate the following elements......
Nesting the framesets
By default, a frameset is used to display several pages in the same window of the browser......
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
Progress Bar control properties
List of properties associated with the Progress Bar control...
List of operators
Handling the framesets
The different operations that can be performed on the framesets are as follows......
Pivot Table control in a report
The report editor allows you to create "Crosstab" reports......