TUser.License

TUser = class (TObject)Interface de TUserExemples de TUser

Qubes 9.0 Read or write the user's license

Syntaxe

property License: TUserLicense read GetLicense write SetLicense (Qubes 9.0)
function License(): TUserLicense

Remarques

Note that when reading the License from the database, the value is cached for up to 3 seconds as of Qubes 10.0, and this cache is per TUser instance. Previous versions would always re-read from the database.

See also Function.CurrentUserLicense to access the currently connected user's license.

Exemples

 

Classification

QubesUsers TUser