ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iEscape (Function)
Sends an ESCAPE command or a data command to a printer.
redisResponse (Type of variable)
The redisResponse type makes it possible to define all the advanced characteristics of a response received by RedisExecuteCommand or RedisPipelineGet.
Chrono (Type of variable)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
The HTML Display control
The HTML Display control displays a web page in an application......
The Multimedia control (WEBDEV)
...The Multimedia control is used to easily display a video in the browser....
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
sfSeekUpdatedResult (Type of variable)
The sfSeekUpdatedResult type is used to find out the result of SFSeekModified...
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
htmlAttribute (Type of variable)
The htmlAttribute type is used to define all the advanced characteristics of an attribute of an element in an HTML document.
WBAdminConnection (Type of variable)
The WBAdminConnection type is used to get all the advanced characteristics of a connection on the server. This connection can correspond to a session, an AWP request, a schedule task, etc.
diagConnector (Type of variable)
The diagConnector type is used to define all the advanced characteristics of a connector in a diagram.
Syntax Description (Type of variable)
Syntax Description variables are used to programmatically describe the syntax of a report, window or page.
Automated test created by the user
WINDEV allows the user to record a test scenario in order to send it to the quality service or to the developer......
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
sfProcessSubmitRequest (Type of variable)
The sfProcessSubmitRequest type is used to describe a Salesforce record (also called a Salesforce object) to submit to SFExecuteProcess...
sfDisconnectResult (Type of variable)
The sfDisconnectResult type is used to get the status report of SFDisconnect when disconnecting from a session...
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
hbResultScan (Type of variable)
The hbScanResult type is used to define all the advanced characteristics of the result of an iteration performed in an HBase database.
gglNotification (Type of variable)
The gglNotification type is used to define information about event notifications in a calendar.
Archiving functions (management of ZIP, WDZ, CAB, RAR, 7z, TAR and TGZ (TAR.GZ))
List of archiving functions (management of ZIP, WDZ, CAB, RAR, 7z, TAR and TGZ (TAR.GZ))...
gglAttachment (Type of variable)
The gglAttachment type is used to define all the advanced characteristics of a file attached to a calendar event. The calendar can be described using the gglCalendar type. This calendar is used by the Google Calendar service.
Programming automatic calculations in the columns of a Table control