ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLReqExists (Function)
Checks the existence of a query.
Format (Property)
The Format property is used to define the data format of a data file.
NbArrayElement (Property)
NbArrayElement is used to configure the number of elements in an array item.
AccentSensitive (Property)
The AccentSensitive property is used to determine if accented characters are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
HSetMemo (Function)
Used to modify the management mode of memo items.
HChangeLocation (Function)
Modifies the search mode of physical data files (.FIC, .NDX, ...).
MinimumLength (Property)
The MinimumLength property is used to configure the minimum length of the words to be indexed.
emailNotesSession (Type of variable)
The emailNotesSession type is used to access a Lotus Notes messaging server in order to retrieve the messages found on this server and to send messages.
The Spreadsheet control
Spreadsheets are one of the most used office tools......
Compatibility between external components and deployed applications
A component can evolve in many ways......
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
Extension (Property)
The Extension property is used to: get the extension of a file defined in the data model editor or through programming. define the extension of a file (when the file is described through programming only)....
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
HTransactionSavepoint (Function)
Declares a transaction savepoint.
HListServerTrigger (Function)
Lists the different triggers available on a connection or on one of the connection files.
<Source>.Password (Function)
Defines the password used to create or open a data file.
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
HDescribeFullTextIndex (Function)
Describes a full-text index of data file created through programming.
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc.
HRegenerateFile (Function)
Regenerates a data file from its log.
HListConnectedUser (Function)
Lists the users currently connected to one or more files handled by a Client/Server connection....
HResetClient (Function)
Initializes the structure for managing the Client computers (HClient structure).
<Connection variable>.TransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.