TMMTimer( unit KOL.pas ) ï TTimer ï TObj ï _TObj

TMMTimer = object( TTimer )

Multimedia timer incapsulation object. Does not require Applet or special window to handle it. System creates a thread for each high resolution timer, so using many such objects can degrade total PC performance.

TMMTimer properties

property Resolution: Integer;
Minimum timer resolution. The less the more accuracy (0 is exactly Interval milliseconds between timer shots). It is recommended to set this property greater to prevent entire system from reducing overhead. If you change this value, reset and then set Enabled again to apply changes.

property Periodic: Boolean;
TRUE, if timer is periodic (default). Otherwise, timer is one-shot (set it Enabled every time in such case for each shot). If you change this property, reset and set Enabled property again to get effect.

Properties, inherited from TTimer

TMMTimer methods

destructor Destroy; virtual;

Methods, inherited from TTimer

TMMTimer events

Events, inherited from TTimer

TMMTimer fields

Fields, inherited from TTimer


Index ]

This help is generated 14-Jun-2010 by KOL Help generator, (C) 2000-2001 by Vladimir Kladov
Modified (C) 2003 by Alexander Bartov