ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SpreadsheetInsertWorksheet (Function)
Inserts a worksheet into a Spreadsheet control found in a window.
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
HToItem (Function)
Assigns the specified value to an item of the current record.
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
Thumbnail (Property)
The Thumbnail property is used to: get the value of an item thumbnail. This item was defined in the data model editor or through programming. get and change the image associated with a Thumbnail control....
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
SFRead (Function)
Retrieves the Salesforce records from their identifiers.
fSizeUncompressed (Function)
Returns the size of a file before compression. When a file is decompressed by fUncompress, we recommend that you to compare the non-compressed size of file with the available disk space.
H.NumRec (Variable)
Contains the number of the physical record loaded in memory (which means the number of the last record read).
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a web service.
ContactDisplay (Function)
Opens the form of a contact in the native application for contact management of the device (Android, iPhone or iPad).
fDelete (Function)
Deletes a file accessible from the current computer.
ContactList (Function)
Lists the device contacts corresponding to the specified criteria.
Filters in Table controls based on a data file
WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed in a Table control based on a data file......
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
WiFiActivate (Function)
Enables or disables Wi-Fi on the device.
BitwiseOR (Function)
Returns the result of the bitwise OR operation performed between two values.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).