|
Property DefaultDialogs Boolean DefaultDialogs
The AppLic Security control has its own set of dialogs which you can use by default. Alternatively you can design your own dialogs to unlock your software. However, if you do this you need to bear in mind that you'll need to pass in the LicenseKey, Info1, Info2, Info3 and Info4 (as appropriate). This property defaults to True.
Usage:
<SecurityObject>.DefaultDialogs = BooleanValue
|