Accessors for class IliDbTimer

Properties

Description

An IliDbTimer gadget is a timer gadget. This gadget is used to call the "Generic" callback repeatedly, once every given time period. The unit of the time period is 50 ms.
Note that this gadget is not visible to the user (except under Rogue Wave Views Studio).

TypeNameDescriptionNotes
IntperiodContains the period of the timer. This period is expressed as 50 ms. To get a timer of one second, the period property must contain 20; for 3 seconds, it must contain 60. The timer is stopped when the period is 0.