Class TRegisterApp (unit RegisterApp)

Inherits from

TComponent

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 : integer

Username registration

property License : shortstring

public so you can read info for aboutboxes

property User : shortstring

Companyname for the license

Events

Variables

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


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 : integer

Username registration


property License : shortstring

public so you can read info for aboutboxes


property User : shortstring

Companyname 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