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.
LoadWDL (Function)
Loads a library of WINDEV objects in memory (.WDL).
PDFIsProtected (Function)
Checks whether the PDF file requires a password to be read.
Language (Property)
The Language property gets and sets the language used.
gpwAddUser (Function)
Adds a user to the User Groupware database.
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
LooperToWord (Function)
Creates a Word file (.RTF) using the data from a Looper control.
OrganizerBackgroundColor (Function)
Defines a background color for a time slot in an Organizer control.
ContactReset (Function)
Reinitializes: the Contact structure. a Contact variable....
Events associated with Java Applet controls
List of events associated with Java Applet controls...
fDelete (Function)
Deletes a file accessible from the current computer.
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
MenuAddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
Email (Property)
The Email property is used to get and change an email address.
HTTPAddParameter (Function)
Adds a parameter to an HTTP form.
HTTPConfigure (Function)
Configures the functions that use the HTTP protocol.
Hasp constants
The Hasp constants are as follows......
StringInsert (Function)
Inserts a string into another character string at a given position.
TextToRTF (Function)
Converts text to Rich Text Format.
PDFOpen (Function)
Opens a PDF document and loads it in a pdfDocument variable.
PDFClose (Function)
Closes the PDF file loaded in memory in a pdfDocument variable.
ImageXPos (Function)
Returns the horizontal position (X) of the mouse cursor in relation to the specified Image control.