ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Encryption (Property)
The Property Encryption allows you to know and modify the type of encryption used.
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
<Source>.DeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
SCM administrator: available tools
The SCM administrator (Source Code Manager) proposes several tools to manage and optimize the SCM repository......
HCheckUnaltered (Function)
Checks whether one or all records in an unalterable data file have not been modified (with an hexadecimal editor for example).
HPrepareQuery (Function)
Initializes a query and declares this query to the database server in order to optimize the next executions of this query.
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
HCS.FrameSize (Variable)
The HCS.FrameSize variable is used to resize the outgoing data frame.
NbDescribedThumbnail (Property)
The NbDescribedThumbnail property is used to get the number of thumbnails expected for an item.
User Groupware files
Two categories of data files are managed......
Setup of a WEBDEV site: Automatic data file modification
The automatic modification of the data files allows updating the description of data files on the Web server......
Frequently asked questions about HFSQL Cluster
Frequently asked questions about HFSQL cluster....
NbThumbnail (Property)
The NbThumbnail property is used to get the number of thumbnails generated for an item.
MaxThumbnailHeight (Property)
The MaxThumbnailHeight property is used to get and change the maximum height of a thumbnail of an Image item (binary memo).
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
InfoThumbnailGeneration (Property)
The InfoThumbnailGeneration property is used to determine if the thumbnails of an item have been generated successfully.
MaxThumbnailWidth (Property)
The MaxThumbnailWidth property is used to get or change the maximum width of a thumbnail of an Image item (binary memo).
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......
HTransactionInProgress (Function)
Used to find out whether a transaction is in progress.
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....
WINDEV 2024 Tutorial - Table of contents
WEBDEV 2024 Tutorial - Table of contents
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
HTriggerRecordBefore (Function)
Retrieves the value of the current record before the trigger(s) are executed.