ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InfoWithTimeoutAsynchronous (Function)
Displays a custom message in a non-blocking system information window for a given amount of time.
Copying controls from the page editor
The controls can be copied from the page editor......
Copying controls from the report editor
The controls can be copied from the report editor......
Step 6: User Groupware settings
If the site is configured to use the user groupware, the parameters of the groupware database can be configured during the setup......
Setup of a WEBDEV site: Automatic data file modification
The automatic modification of the data files allows updating the description of data files on the Web server......
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......
HDescribeConnection (Function)
Describes a new connection to an external database.
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV sites......
NoteTitle (Property)
The NoteTitle property is used to: Get the title of the notes used in the technical documentation of a control, window, page or report. Change the title of the notes used in the technical documentation of a control, window, page or report....
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
WDADMINEXE: Managing versions
The "Versions" tab of WDADMINEXE is used to manage from the server the versions installed on the client computers......
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
Analysis shared between earlier WINDEV applications and WINDEV 2024 applications
An analysis can be shared between a WINDEV application......
iDestination (Function)
Configures the print destination.
Sum (Function)
Calculates the sum of the array elements.
NoteCreate (Function)
Creates a Repositionable Note control in the curernt window through programming.
TitleHeight (Property)
The TitleHeight property gets and sets: the height of the title for the columns of a Table or TreeView Table control. the height of the title bar of a Dockable Panel control. the height of the title bar of a window with a custom title bar....
Characteristics of the columns in a Table control in a window (prefix syntax)
The columns are used to display information in a Table control......
mlResetWorkSpace (Function)
Deletes all the variables from the MATLAB session.
mlSaveWorkspace (Function)
Saves the session workspace in a MATLAB file.
mlListVariable (Function)
Lists the variables found in the MATLAB session.
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
Managing parallel tasks
The computers are becoming more and more powerful......
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......