IsSoftwareProtected

Top  Previous  Next

This function returns protection status of software (protected or not protected).

 

function IsSoftwareProtected():Boolean;

 

Parameters

 

 No parameters.

 

Return value

 

 Returns TRUE if software is protected.

 Returns FALSE if software is NOT protected.

 

Requirements

 

 Library: IntelliProtectorDummy.lib

 Source: UnitIntelliProtector.pas

 

Example

 

uses UnitIntelliProtector;

//...

procedure TFormMain.UpdateControls();

begin

 if IntelliProtector.IsSoftwareProtected() then

   lProtectionStatus.Caption := 'yes'

 else

   lProtectionStatus.Caption := 'no';

end;

 

 





Copyright © 2015 IntelliProtector.com