ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WEBDEV 2024
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
ExePriority (Function)
Returns or modifies the priority of an application currently run.
ExeListDLL (Function)
Returns the list of libraries (".DLL" files) used by one of the applications currently run.
The Flash control
The Flash control is used to display a Flash® animation in a WEBDEV page......
WINDEV 2024
ShellExecute (Function)
Opens a document in its associated application.
HRefreshView (Function)
Asks to recalculate the content of a materialized view.
The "Funnel" charts
...The Funnel charts are often used to represent the steps in a sales process and to indicate the amount of potential revenues expected for each step....
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
WINDEV Mobile 2024
WINDEV Mobile 28 is available!...
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
iPrintBodyComplement (Function)
Forces a body complement block to print while specifying the height of complement block.
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.
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. WINDEV, WEBDEV and WINDEV Mobile: fully compatible format
WINDEV, WEBDEV and WINDEV Mobile: fully compatible format...
2. WINDEV, WEBDEV and WINDEV Mobile: fully compatible format
New projects are often cross-platform....
What is an application?
An application is a set of objects (windows, controls, ......