AutoDecrease property
property TOgUsageCode.AutoDecrease : Boolean
Default: True

TurboPack OnGuard FMX

AutoDecrease property

property TOgUsageCode.AutoDecrease : Boolean

_bm2                Default: True

Navigation:  »No topics above this level«

AutoDecrease property

property TOgUsageCode.AutoDecrease : Boolean

_bm2                Default: True

Return to chapter overview

_bm1                AutoDecrease determines whether the usage count value is automatically decreased each time the application is run.

If AutoDecrease is True, the usage count value embedded in the release code is automatically decreased by one each time the application is run. When the usage count is reduced to zero, the release code is expired. If AutoDecrease is False, you must call the Decrease method manually whenever necessary.

See also: Decrease