Icon OnTimeUpdate Event

property OnTimeUpdate: TNotifyEvent

Available In: Visual Client Applications

This event is triggered whenever the CurrentTime property changes.

Information This event can be fired as many as 60 times per second in some web browsers, so be very careful about how time-consuming any event handlers are for this event.
Image