ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed....
<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.
Importing tables into the database schema (external database, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc, ...
<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.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
FinFutureVal (Example)
Usage example of the FinFutureVal function
Compile (Example)
Usage example of the Compile function
HRplFilterProcedure (Function)
Defines the WLanguage procedure that will be called whenever a replication operation is performed on a specific file.
RegistryCopyKey (Function)
Copies a registry key with all its subkeys and values.
MapDeleteItinerary (Function)
Deletes an itinerary from a Map control.
fListFile (Example)
Usage example of the fListFile function
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....
Events associated with Flash controls
List of events associated with Flash controls...
MongoDB functions
The following functions and types are used to handle the MongoDB data:...
ProcedureEntête (Property)
The property HeaderProcedure property defines the procedure called to read headers in the event of a successful HTTP request.
SchedulerBackgroundColor (Function)
Sets a background color for a time period in a Scheduler control (time period corresponding to lunch time, a public holiday, etc.).
StringReverse (Function)
Reverses the characters of a string.
dCrop (Function)
Returns the cropped part of an image. This image is in an Image variable.
gpwActivateUser (Function)
Validates a new user in the User Groupware database by activating the user.
iColumnEnd (Function)
Forces a column break in a multi-column report.
grAxisPosition (Function)
Indicates the position where one of the chart axes (X or Y-coordinates) will be drawn.
fSep (Function)
Returns the separator of directory according to the current platform ('\' or '/')....
MenuAddMenu (Function)
Adds a new menu to an existing drop-down or context menu of a window or page.
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.