ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SchedulerDeleteAll (Function)
Deletes all appointments and resources from a Scheduler control.
Clone (Function)
Constructs a copy of a class instance: An object of the actual class of the class instance is allocated. The members of the class instance are copied to the members of the new object....
WidthInPixel (Property)
The WidthInPixel property is used to get the width in pixels of a control in a report.
Clipboard management functions
List of functions for managing the clipboard...
HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
iEllipse (Function)
Prints an ellipse (in a rectangle).
Orientation (Property)
The Orientation property is used to: Get the angle (in degrees) of a Font variable. Modify the angle (in degrees) of a Font variable....
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
TreeInsert (Function)
Inserts a leaf into a TreeView control at a specific position.
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
dSaveImage (Function)
dSaveImage is kept for backward compatibility.
TextProgressBar (Property)
The TextProgressBar property gets and sets the text displayed in a progress bar.
WithZoom (Property)
The WithZoom property is used to specify and to determine whether the user can zoom in and out: in an HTML Display control in Android, iPhone or iPad applications. in a Map control in Android, iPhone or iPad applications....
IWListDelete (Function)
Deletes an internal window found in the list of internal windows browsed by an Internal Window control.
IWListPosition (Function)
Displays the internal window corresponding to the specified position (in the list of internal windows browsed by an Internal Window control) or returns the position of the internal window currently displayed (in the list of internal windows browsed by an Internal Window control).
UsefulHeight (Property)
The UsefulHeight property is used to get and change the useful height of an internal window (or supercontrol) with scrollbars.
ToastDisplayIW (Function)
Opens a toast whose content is based on an internal window.
HeightInPixel (Property)
The HeightInPixel property is used to get the height in pixels of a control in a report.
InitParameter (Function)
Initializes the management of persistent values.
EmailCurrentFolder (Function)
Returns the name of current folder in the messaging software (Outlook, messaging software using the IMAP protocol (Internet Message Access Protocol), ...).
iNewLine (Function)
Prints a line (in Windows standard, with a rounded end) at specified coordinates.
iLine (Function)
Prints a line at specified coordinates.
MobileNetworkConnectionInfo (Function)
Returns information regarding the current connection to data on the mobile network.
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
WDInst: managing the files to install
The setup editor WDInst is used to manage the files to install......