ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / HFSQL properties
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
PasswordProtected (Property)
In french: ProtégéParMotDePasse
HFSQL ClassicHFSQL Client/ServerAvailable only with these kinds of connection
The PasswordProtected property is used to determine if a datafile is password-protected.
Example
// Find out whether the Customer data file is password-protected
ResProtection = Customer.PasswordProtected
Syntax
<Protected> = <Data file>.PasswordProtected
<Protected>: Boolean
  • True if the data file is password-protected,
  • False otherwise.
<Data file>: Character string
Name of the data file used. This data file has been described in the data model editor.
See also
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help