| Class TRegisterApp (unit RegisterApp) |
TComponent
| Constructors |
| Functions |
function IsRegistered: boolean;
function ReadAppInfo: TAppInfo;frees the registration entry-form
procedure RegisterApp;
function Encryption(Src:String; Encrypt: Boolean):string;
procedure SetDecryptKey(value: integer);| Properties |
property AppCompany : shortstring
property AppName : shortstring
property AppVersion : shortstring
property BaseKey : shortstring
property DecryptKey : integer
property License : shortstring
property User : shortstring| Events |
| Variables |
FBaseKey : shortstring;
FCompany : shortstring;
FDecryptKey : integer;
FLicense : shortstring;
FName : shortstring;
FUser : shortstring;
FVersion : shortstring;| Constructors |
| Functions |
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);| Properties |
property AppCompany : shortstring
property AppName : shortstring
property AppVersion : shortstring
property BaseKey : shortstring
property DecryptKey : integerUsername registration
property License : shortstringpublic so you can read info for aboutboxes
property User : shortstringCompanyname for the license
| Events |
| Variables |
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