ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Communicating with the Web user
From now on, with the new Web technologies, the sites can look more like Windows applications and display dialog boxes...
<Cell>.CloseDialog (Function)
Hides the Cell control previously displayed in the page via <Cell control>.DisplayDialog.
<Cell>.DisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
HExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.
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......
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
InitParameter (Function)
Initializes the management of persistent values.
ManualEvent (Type of variable)
The ManualEvent type is used to manage a manual event.
PhotoRunApp (Function)
Starts the native camera application of the device in order to take a photo.
WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
Native Informix Connector: Specific features and remarks
Remarks and specific features of Native Informix Connector...
DotNetDelegate (Function)
Initializes a.NET delegate.
NetClientSendMessage (Function)
Sends a message from the server to all the connected client computers. This function is kept for backward compatibility....
BTListService (Function)
Returns the list of services provided by a Bluetooth device.
iDocumentCanceled (Function)
Used to find out whether the current print was canceled by the user.
JSMethod (Function)
Used to run a JavaScript method on an element found in the current page.
History of versions
The history of setup versions is an advanced feature of the network setup......
3. Preparing the setup program
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 3 - Preparing the setup program - 5 min...
Opacity (Property)
The Opacity property is used to get and change the opacity of an element.
Constants for managing images in websites
SysIconAddImage (Function)
Adds an icon that overlays the application icon in the taskbar.
Error 805: No syntax without parameter
ProfilerEnd (Function)
Stops "collecting data" for the performance profiler.
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
Events associated with supercontrols
List of events associated with supercontrols...
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
REST Webservices: Automatic deserialization of request
In a REST Webservice, an entry point can have several types......