Xbasic

A5_SecurityEnabled Function

Syntax

L A5_SecurityEnabled()

Description

The A5_SecurityEnabled() function returns .T. (TRUE) if the current database requires a password to open it. It returns .T. if security is enabled in this database, .F. otherwise

Example

? A5_SecurityEnabled()
= .F.

See Also