Unit 'WinApiMC.ThreadedQueueTimer' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_win_api_media]

TMedThreadedQTimer

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: WinApiMC.ThreadedQueueTimer.pas line 61

type TMedThreadedQTimer = class(TComponent)

protected

  FQTimerThread: TQTimerThread;

  

  MsgId: Cardinal;

  

  gTimerID: TGuid;

  

  procedure UpdateTimer;

  

  procedure QueueTimerHandler; virtual;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  function ChangeTimerQueue();

  

published

  property Enabled: Boolean; [rw]

  

  property DueTime: UINT; [rw]

  

  property Period: Cardinal; [rw]

  

  property OnTimerEvent: TNotifyEvent; [rw]

  

end;

Inheritance

TMedThreadedQTimer

  

|

TObject



CT Web help

CodeTyphon Studio