ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
iPageEnd (Function)
Forces the move to the next page during the report print.
<DiskFile variable>.ReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
Move
The Move property determines if an element can be moved.
<htmlNode variable>.Remove (Function)
Removes the specified node and its descendants in an HTML document.
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
iTextHeight (Function)
Calculates the height of the font for the text to print (in millimeters).
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
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....
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
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
Managing bar codes
The use of bar codes to identify and manage products has become essential......
GenerateGeometricImage (Function)
Randomly generates an image with geometric shapes. This image can be used to temporarily fill an Image control, for example.
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
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)....
2. WEBDEV administrator in practice
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....
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......
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.
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......