ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<WBAdminAuth variable>.ListAccount (Function)
Returns the list of WEBDEV accounts on a WEBDEV Application Server.
<WBAdminAuth variable>.ListConnection (Function)
Returns the list of current connections on a WEBDEV Application Server.
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window......
NotesViewListColumn (Function)
Lists the columns found in the current view in Lotus Notes.
HCancelDeclaration (Function)
Used to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
StringToTime (Function)
Converts a time in character string format to a time in HHMMSSCC format that can be used by a Time variable].
IWListDelete (Function)
Deletes an internal window found in the list of internal windows browsed by an Internal Window control.
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite Connector.
Describe a WEBDEV style
This window enables you to describe the WEBDEV style that will be used for the controls of your WEBDEV project......
HImportCSV (Function)
Imports a CSV file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile)....
SQL view
An SQL view is a virtual data source defined by an SQL query......
GglListContactGroup (Function)
Retrieves the list of groups of contacts associated with the specified Google account.
GglListCalendar (Function)
Retrieves the list of Google calendars associated with the specified Google account.
Recipient (Property)
The Recipient property is used to get and change the list of recipients of an email.
<QuickAction variable>.Pin (Function)
Generates a request to pin a quick action.
Native SQL Server Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQL Server Connector......
<Connection variable>.TransactionCancel (Function)
If a transaction is in progress, rolls back all operations performed on tables in transactions since the start of the transaction.
Page Footer block
The Page footer block is run at the end of each page......
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......