ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Properties associated with a group of controls
Several WLanguage properties can be used on a group of controls found in a window, in a page or in a report......
InfoWithTimeout (Function)
Displays an information message in a system information window for a set amount of time
Tilt (Property)
The Tilt property gets or sets the tilt of the map displayed in a Map control.
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)....
Properties of the modeling
The properties of the modeling group all the options of the modeling currently edited......
AJAXExecuteAsynchronous (Function)
Runs a server procedure without refreshing the page.
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
Pivot Table control properties
A Pivot Table control can be handled in a window by the following WLanguage properties......
Main characteristics of a List Box control
The main characteristics of a List Box control are as follows......
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min
12. Pages in practice
Pinned area in a page: fixed area on the screen
A fixed area in a page is a page section that remains visible even if the Web user moves the browser scrollbar......
Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
Creating an executable: General options
The main executable options are as follows......
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
WDInst : generating the setup program
Generating the setup program is used to create the setup program according to the characteristics specified in the setup editor WDInst....
gr3DSParameter (Function)
Retrieves or modifies a parameter for drawing a chart in 3D Spatial mode.
Using the query result
The result of a select query can be used in......
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min