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....
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
Monitoring robot: Creating a check
The monitor of the monitoring robot is used to create the different checks that must be performed by the monitoring robot......
LooperAddLine (Function)
Adds a row at the end of a Looper control.
The Control Centers
Control Centers provide a global vision of a given area, whether on the development phase, on an operating site, or on application maintenance or improvement......
gImage (Function)
Builds a sequence of characters containing an image.
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic string.
BankHolidayAdd (Function)
Indicates that a day (or a list of days) is a public holiday.
dAlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
The Spreadsheet control
Spreadsheets are one of the most used office tools......
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
gFont (Function)
Builds a sequence of characters describing the font that will be used for the text.
EmailStatus (Function)
Returns the status of an email sent via an SMTP session started in asynchronous mode.
zipClose (Function)
Closes an archive.
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
Properties associated with the breaks of a Looper control
Several properties can be used with the breaks found in a Looper control......
Properties associated with the breaks of a Table control
Several properties can be used with the breaks found in a Table control......
Properties associated with the rows of a TreeView control
The rows of TreeView controls in a window or page can be manipulated using different WLanguage properties......
HClusterDeleteNode (Function)
Disables a node in a HFSQL cluster.
<Table>.MoveLine (Function)
Moves a row or swaps two rows in a Table control.
<Thread variable>.Wait (Function)
Waits for the end of the execution of the specified thread.
SOAPRun (Example)
Usage example of the SOAPRun function
NotesOpenDatabase (Function)
Gives access to the documents managed by Lotus Notes.