ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications and sites......
13. Reports
WINDEV Mobile allows you to easily create and print all types of reports with the report editor....
CertificateSignFile (Function)
Creates the signature of a file. This signature can be stored in a Buffer variable or in a text file.
3. Project dashboard
URL Rewriting
URL Rewriting is a technique used to improve SEO......
WDLog: Restoring HFSQL data files
WDLog is used to restore the data files saved by WDLog......
Choosing the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......
Break in a report
The break is used to group the records corresponding to a sort criterion......
apFullProjectName (Function)
Retrieves the full physical name of a project opened during the execution of an action plan.
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
Looper control based on a data file
This type of Looper control uses data from a data file or query......
Handling a Repositionable Note control through programming
A Repositionable Note control can be handled through programming......
<Source>.ReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
<Source>.ReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
Displaying a report in PDF format in the browser of the Web user
To display a report in PDF format in the browser of the Web user, you must......
Displaying a report in HTML format in the browser of the Web user
To display a report in HTML format in the browser of the Web user, you must......
FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change the size of the font used in a control....
Error 111: The Pascal string %1 is too long
Handling a Sliding Banner control through programming
A Sliding Banner control can be handled through programming......
Automatic features of edit controls
Edit controls provide multiple automatic features available in all the controls of your applications without writing a single line of code......
Reports
A report provides a custom view of data......
Differences according to the test mode of a dynamic project
The test of a dynamic project can be run......
Managing space characters in the searches?
<Source>.FileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....