ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / HFSQL properties
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Secure (Property)
In french: Sécurisé
HFSQL ClassicHFSQL Client/ServerAvailable only with these kinds of connection
The Secure property is used to configure the data file encryption security level. The security level can be:
  • defined by default,
  • high. Warning: in this case, there will be no way of retrieving the data file password.
You can:
  • Get the encryption security level (data file defined in the data model editor or programmatically).
  • Set the encryption security level (only for files defined programmatically).
Example
// Définir le niveau de sécurité du cryptage du fichier de données Commande
Commande.Sécurisé = True
...
// Valide la description du fichier de données
HDescribeFile(Commande)
Syntax

Getting the encryption security level Hide the details

<Security level> = <Data file>.Secure
<Security level>: Boolean
  • True if the security level is the highest,
  • False otherwise.
<Data file>: Character string
Name of the data file used. This name is defined in the data model editor or with the File Description type.

Set the encryption security level (file described programmatically) Hide the details

<Data file>.Secure = <Security level>
<Data file>: Character string
Name of the data file used. This name is defined with the File Description type.
<Security level>: Boolean
  • True if the security level must be the highest,
  • False otherwise.
Remarks
This property corresponds to the "Enable enhanced security " option in the "Details" tab of the data file description window.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/10/2025

Send a report | Local help