ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
HChangeConnection (Example)
Usage example of the HChangeConnection function
fTrackFile (Function)
Triggers the tracking of a file.
LineHeight (Property)
The LineHeight property is used to get and change the height of the rows: in a List Box control, in a ListView control (standard display mode only), in a Table control, in a Combo Box control, in a Looper control (height of the row), in an Organizer control....
HCloseConnection (Example)
Usage example of the HCloseConenction function
HOpenConnection (Example)
Usage example of the HOpenConnection function
HDescribeConnection (Function)
Describes a new connection to an external database.
HOpenConnection (Function)
Opens a connection to a specific database.
XMLDocument (Example)
Usage example of the XMLDocument function
HConnect (Example)
Usage example of the HConnect function
fTrackDirectory (Function)
Detects the modifications performed on the content of a directory.
BurnerMediaType (Function)
Used to find out and modify the format of the CD or DVD to burn.
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
HListKey (Example)
Usage example of the HListKey function
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
HListItem (Example)
Usage example of the HListItem function
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
TimelineAddEvent(Function)
Adds an event into a TimeLine control.
MCI constants
List of constants used by the MCI functions....
EmailReadPrevious (Function)
Reads the email found before the current email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
Reals
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......