ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<ParallelTask variable>.Wait (Function)
Waits for the execution of a parallel task.
<Notification>.Remove (Function)
Removes a previously sent interactive notification.
<WDPic variable>.DrawRectangleGradient (Function)
Draws a rectangle in a WDPic variable.
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
HInitSubscriber (Function)
Initializes the range of automatic identifiers for the description file of subscriber replica (".RPL" extension).
WDModFic : Tool for automatic modification of data files
WDModFic is a tool used to perform the automatic modification of the data files found on the development computer and on the end-user computers......
HAddScheduledOptimization (Function)
Adds an optimization task of HFSQL Client/Server data files....
HInfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
AppointmentCreate (Function)
Displays the window for appointment creation of native application for managing appointments found on the Android device.
BTLEInitialize (Function)
Initializes Bluetooth Low Energy (required in Windows and iOS only)
<Word Processing>.Seek (Function)
Finds a character string in an entire Word Processing control.
<Word Processing>.ToPDF (Function)
Converts a Word Processing document into a PDF file.
<PDF reader>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
ScanSelect (Function)
Opens a standard dialog box with the available scanners.
SysNotificationRemove (Function)
Removes a previously sent interactive notification.
<HTML editor>.FromEmail (Function)
Imports the HTML content of an email and its images into an HTML Editor control. The images contained in the email are also displayed in the control.
<HTML editor>.GetSelection (Function)
Asynchronously retrieves the current selection from an HTML Editor control.
<PDF reader>.AddWatermark (Function)
Adds a watermark to all the pages of a PDF file in a PDF Reader control.
<pdfDocument variable>.Save (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
WBAdminListConnection (Function)
Returns the list of current connections on a WEBDEV Application Server.
WBAdminDisconnect (Function)
Deletes a connection from a WEBDEV Application Server.
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
DecryptAsymmetricEnveloped (Function)
Performs the asymmetric encryption of an envelope that has been encrypted with EncrypteAsymmetricEnveloped.
DecryptAsymmetric (Function)
Decrypts a buffer with a private/public key algorithm with RSA encryption....
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......