TfrmCilTsegRegisterOrShowLicense Class

Definition

CilTseg license management default dialog box for your FireMonkey projects

Delphi
type TfrmCilTsegRegisterOrShowLicense = class(TForm)
Inheritance
TForm
TfrmCilTsegRegisterOrShowLicense

Constructors

Create(TComponent)

Constructor of this class. It's better to call the Execute() method then Create() but it depends on what you want to personalize.

Destroy

Destructor for this class. Call ".Free()" or "FreeAndNil()" on your instance.

Methods

Execute(TComponent)

Open an instance of this dialog box as a modal form and manage the license registration process for you.

FormClose(TObject, TCloseAction)
FormCreate(TObject)
btnBuyClick(TObject)
btnCancelClick(TObject)
btnCloseClick(TObject)
btnRegisterClick(TObject)

Fields