How to get key is revoked and deactivatedAnswered

Hello!

We are using Delphi.
So I revoked the key and deactivated it.
But here it's still Genuine. Why?

// Check if we're activated, and every 90 days verify it with the activation servers
// In this example we won't show an error if the activation was done offline
ta := TurboActivate.Create(FGuid);
gr := ta.IsGenuine(DaysBetweenChecks, GracePeriodLength, true);
isGenuine := (gr = Genuine) or (gr = GenuineFeaturesChanged) or (gr = InternetError);   // an internet error means the user is activated but TurboActivate failed to contact the LimeLM servers
// If IsGenuineEx() is telling us we're not activated

How to get an information that key has been Revoked?

Answer

IsGenuineEx() reverifies with the servers every X days with a Y day grace period. The next time it checks the app will be disabled.

Where I can set X days?

DaysBetweenChecks