company logo

Database :: licensed - Licensed property

The property contains the license state of the database. When the database requires licensing, the license state is determined when opening the database, i.e. unlicensed databases will not be opened. When, however, license check is disabled, the database will be opened anyway. In this case, the property returns, whether the database license is valid or not.

Return value:  Success ( bool  )

The value is true when the function was executed successfully. Otherwise the value is set to false.

Implementation details

bool Database  :: licensed (  )

The function returns true, when the database has been licensed successfully. When the license check failed, the function returns false.