|
|
|
|
|
PasswordProtected (Property) In french: ProtégéParMotDePasse
Available only with these kinds of connection
The PasswordProtected property is used to determine if a datafile is password-protected.
// 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|