ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
The Multimedia control
The Multimedia control is used to play multimedia files......
HChangeLocation (Function)
Modifies the search mode of physical data files (.FIC, .NDX, ...).
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
ToastDisplayPopup (Function)
Displays a popup page during a given duration in order to display a "Toast" message.
iDestination (Function)
Configures the print destination.
RightMargin (Property)
The RightMargin property is used to: Find out the right margin of a report. Modify the right margin of a report....
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
SysDirStorageCard (Function)
Returns the path of the root directory of the primary external storage space.
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
hScheduledTask (Type of variable)
The hScheduledTask type is used to manage a scheduled HFSQL Client/Server task through programming......
TelemetryEnable (Function)
Enables the telemetry manually.
LeftMargin (Property)
The LeftMargin property is used to: Find out the left margin of a report. Modify the left margin of a report....
TopMargin (Property)
The TopMargin property is used to: Find out the top margin of a report. Modify the top margin of a report....
HOut (Function)
Used to find out whether the record on which you want to be positioned is located outside the data file, filter, view or query.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
SaaSAdminConnect (Function)
Connects and authenticates the administrator of the SaaS Webservice.
PanelSaveConfiguration (Function)
Saves the current configuration of the Dockable Panel controls of a window.
NumberAccessiblePages (Property)
The NumberAccessiblePages property is used to get the number of pages currently loaded in a PDF Reader or Word Processing control.
LDAPFind (Function)
Performs a search in an LDAP server.
inAppListPurchase (Function)
Returns the list of application products purchased by the user and not consumed.
<Array>.Reduce (Function)
Applies a computation to each element of an array.
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
<Array>.Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.