Defines a time dependent event to pop-up a message for time limited full versions. The number of events is not limited.
The following conditions have to be true that the message appears:
•product must be activated (status of activation = done)
•product must be time limited
•the expiry date must be in the time frame defined. Alternatively a single date for the event can be defined
•User did not confirm the message yet
If the user confirms the message (by checking: Don't show this information again), then the message does not pop-up again.
Before you configure the warning, retrieve the language, the user selected using GetLanguage
Name |
SetRegisterExpiryWarning |
||||||||||||||||||||||||||||||||
Purpose |
defines a time dependent event to pop-up a warning message |
||||||||||||||||||||||||||||||||
Params |
|
||||||||||||||||||||||||||||||||
Returncode |
|
||||||||||||||||||||||||||||||||
Sample |
iRes := lic.SetRegisterExpiryWarning (‘myapp-m1’,10,5,'Subscription about to expire','Renew your subscription now!','Your subscription will expire in 10 days. To ensure continuous work, renew your subscriptions now.\n\nOnce your subscription has expired, the product will stop working completely.',0);
|
||||||||||||||||||||||||||||||||
See also |
•All events can be removed with SetRegisterClearExpiryWarnings
•All user confirmations can be removed with RemoveExpiryWarningCommit