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.
AnimationDuration (Property)
The AnimationDuration property gets and sets the length of time an animation takes to complete one cycle: in a Chart control. This duration is set to 30 hundredths of a second by default. in an infinite Progress Bar control. This duration is set to 200 hundredths of a second by default. in an Image Gallery Looper control....
fLongName (Function)
Returns the long name of a file or directory.
ContactDelete (Function)
Deletes the current contact: from a Lotus Notes or Outlook address book. in the Phone contacts list (Android, iPhone or iPad)....
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
Site Map control properties
List of properties associated with a Site Map control...
Step 4: Start printing
To start the print job, simply use iEndPrinting......
gPen (Function)
Builds a sequence of characters used to describe the color of the text and/or the color of the shape outline (rectangle or circle)....
Properties associated with the tab pane
A tab pane can be manipulated in WLanguage in a window or a page with the following properties......
<Page>.Display (Function)
Displays a web page in the user's browser....
ProgressBarColor (Property)
The ProgressBarColor property is used to get and change the progress color in the following controls and elements: Progress Bar control, Progress Bar column, Progress Bar cell, infinite Progress Bar control....
URL (Property)
The URL property is used to: Get the address associated with a control. Change the address associated with a control....
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
dFill (Function)
Colors an area: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
SocketCreate (Function)
Creates a socket.
Step 1: Configuring the print parameters
This step allows you to choose......
Link control properties
The Link control is available in a page and in a report......
LooperAddLine (Function)
Adds a row at the end of a Looper control.
zipListFile (Function)
Returns the list of files found in an archive.
fDirAttribute (Function)
Returns or modifies the attributes of a directory.