ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Table,Add (External language)
Adds an element to a Table control.
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
iPrintBodyComplement (Function)
Forces a body complement block to print while specifying the height of complement block.
iNewLine (Function)
Prints a line (in Windows standard, with a rounded end) at specified coordinates.
iFont (Function)
Selects the default font.
iSkipPage (Function)
Generates a page break: the corresponding code is sent to the printer queue.
iVLine (Function)
Prints a vertical line at specified coordinates.
4. Activating a dynamic WEBDEV site
fDir (Function)
Finds a file or directory.
SQLListSource (Function)
Lists the data sources declared on a local site.
SQLChangeConnection (Function)
Modifies the current connection.
Welcome to Reports & Queries
Reports & Queries is used to......
fShortPath (Function)
Returns the full short path of a file or directory.
Telemetry: Viewing data
To see the results of telemetry data for your applications, WINDEV and WINDEV Mobile propose a telemetry editor......
<String type>.BufferToHexa (Function)
Converts an Ansi or Unicode string to a hexadecimal string (e.g.: "4A 5B 00").
fLongName (Function)
Returns the long name of a file or directory.
fLongPath (Function)
Returns the full long path of a file or directory.
WDInst: Additional options (summary, license, etc.)
When installing the application, you have the ability to display......
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
The formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......
Supercontrol
A supercontrol is an advanced type of control......
PythonTerminate (Function)
Unloads the Python DLL and frees memory.
PythonExecute (Function)
Executes a function present in a Python module.