ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.ExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
xlsOpen (Function)
Opens an Excel file (xls or xlsx files).
Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
RepeatableReadSupported (Property)
The RepeatableReadSupported property is used to: Determine if the data file (defined in the data model editor or programmatically) can be used in HFSQL Client/Server in a transaction that includes a "Repeatable Read" isolation mode. Allow the use of a transaction that includes a "Repeatable Read" isolation mode for a data file (files described programmatically only)....
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop....
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
WINDEV and the SOAP protocol
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
Client application: Running procedures on a server of J2EE services
WINDEV includes several J2EE functions......
Toolbar and menu of the SCM
The different options of the SCM can be handled via the SCM toolbar or the options of a specific menu ("SCM" from the main menu of the product used)......
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......
hbReading (Type of variable)
The hbReading type is used to define the characteristics of a read operation.
Installing a SOAP server with Netscape iPlanet 4.1
User login: User Groupware
WINDEV Tutorial: User Groupware User login: User Groupware - 20 mn
Installing a SOAP server with IIS
New Features brochure - Version 27: New WEBDEV features
New features in WEBDEV 27 presented in the New Features brochure....
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......