AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades HFSQL
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
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local