ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Variable DiskFile>Create (Function)
Creates an external file.
Page (Property)
The Page property is used to handle the page loaded in the WEBDEV Page control.
WINDEV concepts
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
fCreate (Function)
Creates an external file.
Message (Property)
The Message property is used to: Find out the help message associated with a control or with a menu option (in a window). Modify the help message associated with a control or with a menu option (in a window)....
InPageWithinWindowMode (Function)
Indicates if the page is displayed in a WEBDEV Page control in a window.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
Printing in Linux
WEBDEV and WINDEV allow you to print to PDF in Linux using WLanguage functions......
SaaS administrator - Managing a client
Managing a SaaS client account is used to......
8. If you are already familiar with WINDEV
Handling the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
Differences according to the test mode of a dynamic project
The test of a dynamic project can be run......
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
Resizing a window (AAF)
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications......
The Chart control: Characteristics in the editor
Regardless of the type of chart displayed in the Chart control, all its characteristics can be configured via its description window......