ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Print modes of a report
Several print modes are available for a report....
The Dockable Panel control
The Dockable Panel control allows you to easily organize the software interface into zones that the end user can freely move......
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
ReturnedValue (Property)
The ReturnedValue property is used to: Get and change the value returned by a window, page or report. Get and change the value returned by an option in a Radio Button control....
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Array management functions
List of functions for managing arrays...
ToClipboard (Function)
Writes text or image information into the system clipboard.
ProgressBar (Function)
Displays a progress bar in the status bar of current window.
zipClose (Function)
Closes an archive.
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
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.
Display modes of Tab control
To optimize the style of your tabs, you have the ability to use images and colors......
ImageHeight (Property)
The ImageHeight property is used to: Find out the height of the image section displayed in an image control or in the background of a chart control. Modify the height of the image section displayed in an image control or in the background of a chart control....
XImage (Property)
The XImage property is used to get and change the initial X-coordinate of the image section that will be displayed in an Image control or in the background of a Chart control.
YImage (Property)
The YImage property is used to get and change the initial Y-coordinate of the image section that will be displayed in an Image control or in the background of a Chart control.
LooperInsertLine (Function)
Inserts a row into a Looper control.
LoadParameter (Function)
Reads a persistent value.
dRotation (Function)
Performs a rotation: of an Image control. of an Image variable. of a picLayer variable....
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
XMLAddAttribute (Function)
Adds an attribute into an XML document.
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......