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
WDD55Password (Property)
In french: MotDePasseWDD55
The property PasswordWDD55 property is used to specify the 5.5 format analysis password when programmatically describing a Hyper File 5.5 format data file in an HFSQL Classic format analysis.
Example
// Définit le mot de passe associé à l'analyse 
// contenant le fichier de données Client
Client.MotDePasseWDD55 = "MotDePasse"
...
// Valide la description du fichier
HDescribeFile(Client)
Syntax
<Data file>.WDD55Password = <Password>
<Data file>: Character string
Name of the data file defined via the File Description type.
<Password>: Character string or Secret string
Password of WDD in 5.5 format.
New in version 2025
Secret strings: If you use the secret string vault, the type of secret string used for this parameter must be "ANSI or Unicode string".
To learn more about secret strings and how to use the vault, see Secret string vault.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/16/2025

Send a report | Local help