ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PythonTerminate (Function)
Unloads the Python DLL and frees memory.
dbgEndRecording (Function)
Stops recording the scenario.
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....
iParameterWatermark (Function)
Adds a watermark into a report (report created in the report editor or printed report).
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
fCompress (Function)
Compresses a file.
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
<Stack variable>.Push (Function)
Pushes an element onto the stack.
<Queue variable>.Enqueue (Function)
Adds an element to the queue.
Programming Looper controls based on a data file (prefix syntax)
These are the main concepts for programming Looper controls based on a data file......
fExeDir (Function)
Returns the directory from which the execution is started.
Programming Looper control attributes (prefix syntax)
All the looper attributes can be handled by programming......
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
WDADMINEXE: Managing the setups in push
WDADMINEXE is used to deploy network applications in push via the "Push" tab......
String functions
List of functions for managing character strings...
String functions (prefix syntax)
The following functions are used to handle strings, using prefix syntax:
fCurrentDir (Function)
Identifies or modifies the current directory.
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
iParameter (Function)
Retrieves the printer configuration and configures the print.
Windows
The windows represent the main interface of a WINDEV application......
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
<Report>.InitQuery (Function)
Initializes the query linked to the report (for a query with parameters).
OutgoingData (Property)
The OutgoingData property is used to determine and change the type of data emitted by the stream.