|
GetIntelliprotectorVersion |
Top |
|
This function returns the version of the protection engine.
function GetIntelliprotectorVersion(): String;
Parameters
No parameters.
Return value
Returns String value (IntelliProtector version).
Requirements
Library: IntelliProtectorDummy.lib Source: UnitIntelliProtector.pas
Example
uses UnitIntelliProtector; //... procedure TFormMain.ShowIntelliprotectorVersion(); begin lIntelliProtectorVersion.Caption := IntelliProtector.GetIntelliprotectorVersion(); end;
See Also
|
| Copyright © 2011 intelliprotector.com |