ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
<Source>.ExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
HPrepareSQLQuery (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.
<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.
Importing data files into the analysis (external database, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc.
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed....
HTTPCookieRead (Function)
Returns the value of a cookie received further to an HTTP request.
ExceptionDisplay (Function)
Displays the standard window of exceptions with the content of the current exception.
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
TestOnError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
ThreadWait (Function)
Waits for the end of the execution of the specified thread.
zipSplit (Example)
Usage example of the zipSplit function
Runtime error management functions
List of functions for managing runtime errors...
SchedulerModifyTask (Function)
Modifies the parameters of a scheduled task.
fEncrypt (Example)
Usage example of the fEncrypt function
Constants for managing emails
List of constants used by the functions for managing emails....
RequestUpdateUIParent (Function)
Asks to run the "Request for refreshing the display" process of parent. This function is kept for backward compatibility.
ExecuteUpdateUIParent (Function)
Immediately executes the "Request for refreshing the display" event of the parent. This function is kept for backward compatibility.
Constants for telemetry management
Constants for telemetry management...
Handling a Switch control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Switch control by programming......
ImageState (Property)
The ImageState property is used to get and change the number of drawings in: The image associated with a button. The image of the cursor in a slider. The image associated with the button of a sidebar pane. The image associated with the button of a tab pane. The image associated with the Rating control. The image associated with a group in a Ribbon control. The image associated with a menu option....
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
The Conference control
...The Conference control allows you to view and/or listen to video and/or sound in real time......
Diagram Editor control properties
If the image is an image map, you can include "Clickable areas" in the image......
TreeView control properties
The TreeView controls found in a window or in a page can be handled by the WLanguage properties......
HRplManageItem (Function)
Specifies the replication options for an item: the item can be replicated or not.
MenuAddMenu (Function)
Adds a new menu to an existing drop-down or context menu of a window or page.
xlsSave (Function)
Saves an XLS document.
HTTPCancelForm (Function)
Cancels the declaration of an HTTP form and frees all its resources.
PDFIsProtected (Function)
Checks whether the PDF file requires a password in order to be read.
Hour (Keyword)
The Hour keyword can correspond to: the Time variable. the Time property which is used to get and change the time of an element....