ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Generator of WINDEV skin templates: Customizing the elements
The generator of WINDEV skin templates is used to generate the necessary files for creating a custom skin template for the WINDEV projects......
DriveSendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
BackgroundPattern (Property)
The BackgroundPattern property is used to get and change the background pattern of an element.
Telemetry: Viewing data
To see the results of telemetry data for your applications, WINDEV and WINDEV Mobile propose a telemetry editor......
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
Native SQL Server Connector: Programming with SQL functions
The SQL functions can be used to handle the SQL Server database......
YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response....
TimelineDeleteAll (Function)
Deletes all events and tracks from a TimeLine control.
DocRedoCount (Function)
Returns the number of canceled actions that can be redone on a Word Processing document.
xlsClose (Function)
Closes an XLS file.
Table,Add (External language)
Adds an element to a Table control.
TwainScanArea (Function)
Used to define or re-initialize the area to scan.
tapiCallDuring (Function)
Returns the duration of the call (difference between the start date and time of call and the end date and time of call).
BreadcrumbModifyLink (Function)
Modifies a link in a Breadcrumb control.
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control....
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
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......
tapiCallEnd (Function)
Returns the date and time of the end of call.
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
AppDeleteVersion (Function)
Deletes a version from the history of versions found on the reference setup server.
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest. by HTTPSend....
ErrorWithTimeout (Function)
Displays a custom error message in a system error window for a set amount of time.
Font (Type of variable)
A Font variable creates a font programmatically...
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......