ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
Spare server
A "spare" server is a target server in a unidirectional automatic replication......
iParameterPDF (Function)
Defines the options for the generated PDF file.
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
Secure (Property)
The Secure property is used to configure the security level of data file encryption.
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
Deploying a WEBDEV site to a remote WEBDEV Application Server or WEBDEV Cluster
Installing a WEBDEV site (in Session or AWP mode) on a remote Application Server requires......
Generation of a class diagram using reverse engineering
WINDEV, WINDEV Mobile and WEBDEV allow you to create the class diagram of an application using reverse engineering (files "......
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection)....
TransactionFile (Property)
The TransactionFile property is used to determine if a data file is a transaction file.
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
HCheckStructure (Function)
Defines the mode for comparing data files.
The Camera control
The Camera control is used to view the video captured by a camera connected to the current computer....
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
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....
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....
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
Operations performed on class diagrams
The following paragraphs explain......
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
MinimumLength (Property)
The MinimumLength property is used to configure the minimum length of the words to be indexed.
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).
Hyper File functions available for backward compatibility
HListConnection (Function)
Returns the list of connections currently described in the application.
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).
HClient structure
The HClient structure is used to......