ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
Project description: Project tab
The project description window allows you to configure various elements of your project......
Animating the image display (WEBDEV)
...The Web sites propose several transition effects between the elements:...
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
gPen (Function)
Builds a sequence of characters used to describe the color of the text and/or the color of the shape outline (rectangle or circle)....
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
Standard dialog boxes
The dialog boxes are standard windows that allow you to communicate with the user......
18. Order of execution of the code of buttons/links
InterpretAmpersand (Property)
The InterpretAmpersand property is used to determine and change how the '&' character is interpreted in: the caption of a Static control. the elements of a List Box control. the elements of a Combo Box control. the values of a column in a Table control....
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
GenerateGeometricImage (Function)
Randomly generates an image with geometric shapes. This image can be used to temporarily fill an Image control, for example.
diagActionAllowed (Type of variable)
The diagActionAuthorized type is used to define the actions available to end users on a diagram shape in the Diagram Editor control.
ERR_BAD_COMMANDLINE
ERR_BAD_COMMANDLINE error...
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
LogMethod (Property)
The LogMethod property is used to: find out the log mode used for a data file (file defined in the data model editor or through programming). define the log mode used for a data file (when the file is described through programming)....
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......
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
Plane (Property)
The Plane property is used to: Get: the active plane of a window (or report) or the plane to which a control belongs. the active plane of a WEBDEV element. Change: the active plane of a window (or report) or associate a control with another plane. the active plane of a WEBDEV element....
2. WEBDEV administrator in practice
"Project explorer" pane
The "Project explorer" pane is used to simplify the development environment of WINDEV, WEBDEV and WINDEV Mobile......
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
Printing the content of a pivot table (AAF)
Pivot Table controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......