[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: _crw_mmt.pas line 46
type TmmTimer = class(TLatch) |
protected |
myPeriods: PtrInt; |
myEvents: PtrInt; |
function timeBeginPeriod(); |
function timeEndPeriod(); |
function timeSetEvent(); |
function timeKillEvent(); |
public |
class function DefaultPriority; |
class procedure SetDefaultPriority(); |
constructor Create; |
destructor Destroy; override; |
function Add(); |
procedure Remove(); |
property Timer: PtrUInt; [r] |
property Period: PtrUInt; [rw] |
property Counter: PtrUInt; [r] |
property ThreadId: PtrUInt; [r] |
end; |
| |
| |
| |
TObject |