ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Configuring the connection with WDSQSINS
For compatibility with the earlier versions of the Native SQL Server Connector (also called Native SQL Server Access), the connection can still be configured in WDSQSINS (supplied with the Native SQL Server Connector)......
<Source>.PrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
<Word Processing>.Close (Function)
Closes the docx file associated with the Word Processing control and frees the document.
FTPDisconnect (Function)
Closes the connection between the current computer and the FTP server (File Transfer Protocol).
CDEject (Function)
Opens or closes the door of CD/DVD player selected on the current computer....
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
Error 1055: 'Ancestor' can only be used in the code of a class derived from a class
Access rights to a class property: special cases
The retrieval and assignment processes can be public, private or protected. The access rights of the property correspond to the less restrictive rights of the two processes....
Native SQL Server Connector for WINDEV and WEBDEV 2024
WDSQL, SQL querier: Overview
WDSQL is used to......
Multi-database queries
A query (typed in SQL code) can operate on different databases......
Native SQL Server Connector license agreement
Native SQL Server Connector (also known as Native SQL Server Access) license agreement...
<Page>.Use (Function)
Displays a WEBDEV page in the browser of the Web user and closes all the current page contexts.
<Source>.RecordDate (Function)
Returns the date and time that an HFSQL record was last modified (Classic or Client/Server)....
FramesetUse (Function)
Displays a WEBDEV frameset in the user's browser and closes all the current page and frameset contexts....
Native Oracle Connector: Programming with SQL functions
The SQL functions can be used to handle the ORACLE database, regardless of whether WDORAINS is used or not to configure the accessed database......
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
Error 1005: To explicitly access a global element of '%1' class, use the syntax
<Array>.AddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
ArrayAddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......
How to create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....
PageCloseDialog (Function)
Closes the current page. This page was opened by PageDisplayDialog. A return value can be returned to the calling page.