Class TRegisterApp (unit RegisterApp) |
Inherits from
TComponent
function IsRegistered: boolean;
Registers an application
function ReadAppInfo: TAppInfo;
performs a checkfrees the registration entry-form
procedure RegisterApp;
function Encryption(Src:String; Encrypt: Boolean):string;
procedure SetDecryptKey(value: integer);
property AppCompany : shortstring
property AppName : shortstring
property AppVersion : shortstring
property BaseKey : shortstring
property DecryptKey : integer
Username registration
property License : shortstring
public so you can read info for aboutboxes
property User : shortstring
Companyname for the license
FBaseKey : shortstring;
0.
FCompany : shortstring;
Application name, provided in IS setup
FDecryptKey : integer;
Application version, provided in IS setup
FLicense : shortstring;
FName : shortstring;
FUser : shortstring;
FVersion : shortstring;
Company name, provided in IS setup
function IsRegistered: boolean;
Registers an application
function ReadAppInfo: TAppInfo;
performs a check
frees the registration entry-form
procedure RegisterApp;
function Encryption(Src:String; Encrypt: Boolean):string;
procedure SetDecryptKey(value: integer);
property AppCompany : shortstring
property AppName : shortstring
property AppVersion : shortstring
property BaseKey : shortstring
property DecryptKey : integer
Username registration
property License : shortstring
public so you can read info for aboutboxes
property User : shortstring
Companyname for the license
FBaseKey : shortstring;
0..255
FCompany : shortstring;
Application name, provided in IS setup
FDecryptKey : integer;
Application version, provided in IS setup
FLicense : shortstring;
FName : shortstring;
FUser : shortstring;
FVersion : shortstring;
Company name, provided in IS setup