IsSoftwareRegistered

Top  Previous  Next

Gets the value indicating the registration status of software.

 

function IsSoftwareRegistered():Boolean;

 

Parameters

 

 No parameters.

 

Return value

 

 Returns True if software is registered.

 Returns False if software is not registered.

 

Requirements

 

 Library: IntelliProtectorDummy.lib

 Source: UnitIntelliProtector.pas

 

Example

 

uses UnitIntelliProtector;

//...

procedure TFormMain.UpdateControls();

begin

 if IntelliProtector.IsSoftwareRegistered() then

   lTrialStatus.Caption := 'yes'

 else

   lTrialStatus.Caption := 'no';

end;

 

 





Copyright © 2015 IntelliProtector.com