RegisterControls
From Jeremie Leroy - XOJO Controls Wiki
Revision as of 18:00, 20 March 2014 by Admin (Talk | contribs) (Created page with "The RegisterControls module is used by all custom controls to handle the registration code. After purchasing a Custom control, a serial number attached to your name is generated...")
The RegisterControls module is used by all custom controls to handle the registration code.
After purchasing a Custom control, a serial number attached to your name is generated.
The following line of code is received by email:
Call RegisterControls.Register("John Smith", "XXXX-0000-XXXX-0000")
Adding the registration code
In the Xojo Navigator select the App element
Then click on the "+" button to add a new code item, and select Event Handler
Xojo now displays the Add Event Handler window.
Select the Open event then click on OK