ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
grScatterLinkPoint (Function)
Links (or not) the points found in a "Scatter" chart.
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
Python: Native calls
WLanguage allows for native Python calls......
Creating the Form pages of a WEBDEV RAD pattern
WDDeploy features
WDDeploy can be used to......
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min
Properties associated with windows, pages and controls
List of properties associated with windows, pages and controls...
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
IF statement
The conditional IF statement allows you to run an action according to a condition...
iDestination (Function)
Configures the print destination.
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
2. Analysis in practice
OpenSister (Function)
Opens a non-modal sibling window.
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....
MultimediaPlay (Function)
Plays a multimedia file in a Multimedia control.
Remote WEBDEV administrator: Create a WEBDEV account
The management of accounts is accessible in the remote administrator for the server administrator only....
AAF: File Path edit controls
The edit controls that use the "File name and full path" input mask propose several AAFs (Automatic Application Features): a specific popup menu used to handle the file. a file preview in thumbnail format (for an Image or PDF file path)....
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
WDTrans: Delete the records in transaction
Transforms all the records "in transaction" into "normal" records if these records do not belong to a transaction currently in progress......
HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min