|
||
Name |
IsEntryActivated |
||||||||||||
Purpose |
Checks if an registered entry (user, computer, item) in a module is activated (= in use) |
||||||||||||
Params |
|
||||||||||||
Returncode |
|
||||||||||||
Usage |
E.g. if you want to check if a user is already activated in the module |
||||||||||||
Sample |
if lic.ExistsEntry(‘D1001’, ‘John’) then begin if not lic.IsEntryActivated(‘D1001’, ‘John’) then begin << the entry John exists and is deactivated >> ... end end else begin ... |
||||||||||||
See also |
ExistsEntry, DeactivateEntry, ActivateEntry, GetEntriesOfModule, RemoveDeactivated |