AutoDecrease property
property TOgDaysCode.AutoDecrease : Boolean
Default: True

TurboPack OnGuard FMX

AutoDecrease property

property TOgDaysCode.AutoDecrease : Boolean

_bm2                Default: True

Navigation:  »No topics above this level«

AutoDecrease property

property TOgDaysCode.AutoDecrease : Boolean

_bm2                Default: True

Return to chapter overview

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

If AutoDecrease is True, the day count embedded in the release code is automatically decreased by one each day the application is run. This is accomplished by calling the Decrease method. If AutoDecrease is False, you must call the Decrease method manually whenever necessary.

See also: Decrease