Sets or Returns the current registration code.
Syntax:
object.RegCode [= value]
The RegCode property syntax has these parts:
Part | Description |
Object | An object expression that evaluates to an RedRegistration object |
Value | A STRING expression specifying the current registration code. |
Remarks
Use this property to set or get the current registration code. It is not possible to get the registration code created by
InitRegistration. In order to get the registration code, it must have been set by calling the method LoadRegistration, or by setting the
RegCode property. This property has a minimum length of five characters. If no registration code has been set, then the value will be an EMPTY STRING.
Data Type
STRING
Minimum Length = 5
Maximum Length = 254