ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Binding a Scrollbar control to an item
A scrollbar can be bound to an item in a data file, query, etc....
ERR_PARSER
Handling TimeLine controls programmatically
A TimeLine control can be......
How to choose the data source of a control?
This help page presents the different data sources available for a control....
XML: Using files exceeding several gigabytes
Starting with version 23, an XML parser is available to handle XML files that are multiple GB in size......
<Page>.FromFile (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Including JavaScript files or a Web resource
WEBDEV allows you to include Javascript files or external resources in a WEBDEV project......
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
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......
The Rich Text Area control
The Rich Text Area control is a Static control offering several layout possibilities......
PC SOFT Free Technical Support
Thank you for buying one of our products......
The structure of the RAD patterns (kept for backward compatibility)
...The RAD pattern files (MDL files) are used to describe:...
MemLast (Function)
Sets the position on the last element of memory area and returns the value of this element.
<WDPic variable>.Blur (Function)
Blurs the entire given area in a variable of type WDPic (on the background layer).
Generating a library
Generating a library consists in selecting the elements handled by this application (windows, reports, classes, sets of procedures, queries, data files......
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
Creating and handling an item
The main operations that can be performed on an item are as follows......
Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
Binding a Combo Box control to an item
Creating a delete query
A delete query (corresponding SQL statement......
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......