| Interval property |
Applies to
TIB_Events
Declaration
Property Interval : cardinal;
Description
Interval of time between instances where a flag is polled checking for an
event notification from the database. If an event has been received then
upon checking the flag the main thread will call the OnEventAlert.
This corresponds to the Interval property of the internal TTimer used to
accomplish this. Therefore, these synchronous event notifications are
processed in a TTimer.OnTimer event execution.