ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a Sliding Banner control through programming (prefix syntax)
A Sliding Banner control can be handled through programming......
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
NumberPage (Property)
The NumberPage property is used to get: the number of pages in a "multi-page" image file. This image is displayed in an Image control or in the background of a Chart control. the number of pages in a PDF file displayed in an Image control. the number of pages found in a PDF file displayed in a PDF Reader control. the number of pages found in a DOCX file displayed in a Word Processing control....
Error 122: The name of an Automation object must be a string
Skin elements
The skin elements are used to quickly change the visual aspect of a project without having to retouch every page and every page template......
How to use an array of structures?
An array of structures is an Array variable......
Bar code constants
Check the "Responsive Web Design" pages
The pages in Responsive Web Design mode can be checked like any other WEBDEV page in the browser of your choice......
Reading bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to create applications for reading bar codes......
Token (Property)
The Token property is used to manage the different tokens associated with a "Text token" Edit control.
Printing bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to print bar codes....
WayPoint (Property)
The WayPoint property is used to determine and change the points a Wire control has to pass through.
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
Python: Use in WLanguage
WLanguage supports Python functions in native mode......
SEO of a WEBDEV site
In order for your site to get visitors, the Web users must be able to find it......
Responsive Web Design: Management of anchors
In "Responsive Web Design" mode, the width of controls is automatically reduced when the browser width is reduced......
Range Area chart
The Range Area chart is used to show a variation between a high and a low value......
Managing bar codes
The use of bar codes to identify and manage products has become essential......
Radial Bar chart
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
Working in Offline mode
When working on a laptop computer or on an offline computer, you may want to continue to work......
XAxisMin (Property)
The XAxisMin property gets the minimum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
XAxisMax (Property)
The XAxisMax property gets the maximum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
YAxisMin (Property)
The YAxisMin property gets the minimum value of the Y-axis in a Chart control.
YAxisMax (Property)
The YAxisMax property gets the maximum value of the Y-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
iPrintPDF (Function)
Prints the content: of a PDF file. of a buffer containing a PDF. of a PDF Reader control....