ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
Viewing a window in 3 dimensions
Your window contains overlapping controls?......
Native Oracle Connector: Running the same query several times
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters......
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
WDInst : languages supported by the setup
If your applications must be installed in several countries, the setup editor WDInst gives you the ability to generate a multilingual setup......
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......
zipExtractPath (Function)
Returns the path of a file found in the archive.
zipDeleteFile (Function)
Deletes a file from an archive.
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
Project comparator
Comparing two windows (two pages, two reports, two classes, ......
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
iParameter (Function)
Retrieves the printer configuration and configures the print.
Zoom (Property)
The Zoom property gets or sets the zoom value: in an Image control. in a Map control. in an Organization Chart control. in a Table, TreeView Table, Pivot Table, Spreadsheet or List Box control. in a Word Processing control. in a PDF Reader control. in a Camera control. in a Diagram Editor control; in a window....
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
Combo Box and List Box controls: Automatic features (AAF)
The List Box and Combo Box controls can benefit from several AAFs......
Report viewer: "Preview" tab
The report viewer allows end users to view reports before printing them......
Toast (Type of variable)
The Toast type is used to define all the advanced characteristics of a toast notification.
WDInst: components and setup models
By default, the setup program installs all the specified files on the setup computer......
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).