StoreRegString property
property TOgRegistrationCode.StoreRegString : Boolean
Default: True

TurboPack OnGuard FMX

StoreRegString property

property TOgRegistrationCode.StoreRegString : Boolean

_bm2                Default: True

Navigation:  »No topics above this level«

StoreRegString property

property TOgRegistrationCode.StoreRegString : Boolean

_bm2                Default: True

Return to chapter overview

_bm1                StoreRegString determines whether the registration string value is stored as a resource at design time.

If StoreRegString is True, the value of RegString is stored in the resource file along with the form. If StoreRegString is False, RegString is not stored and you must supply an OnGetRegString event handler so that the registration string can be retrieved when required.

See also: OnGetRegString, RegString