ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Table,Add (External language)
Adds an element to a Table control.
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
SQLLast (Function)
Sets the position on the last row of the query result.
String functions
List of functions for managing character strings...
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
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, ...).
The Static control
A Static control is a control used to display a static text......
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
iForceComplement (Function)
Forces the printing of a Body Complement block.
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
iCreateFont (Function)
Creates a new print font.
iPrintAreaRTF (Function)
Prints rich text format (RTF) in a rectangular area.
iMargin (Function)
Defines the "logical" print margins.
<Report>.InitQuery (Function)
Initializes the query linked to the report (for a query with parameters).
WDInst: configuring the characteristics of the files to install
WDInst allows you to configure the characteristics of the files to install......
WDADMINEXE : Controlling the application remotely
The remote control of a WINDEV application allows the manager of an application used in network to manage the automatic or forced shutdown of the application for all the current users......
Creating a Java archive
When your Java application is developed, you can......
Optional events
By default, the codes available in the code editor correspond to the most common codes......
The Edit control
The Edit control allows users to enter data......
The Slider control (in a window)
A slider control is used to select a value between two bounds......
Creating an executable: Operating mode and library
The operating mode of an executable allows you to define whether the executable can be used by one or more users......
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
WINDEV and the streams - Use example
In this example, the application must manage a video conference between two computers......