Home Units Hierarchy Routines All identifiers

Class unaWaitableTimer

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type unaWaitableTimer = class(unaThreadedTimer)

Description

This timer uses waitable timers to tick periodically.

NOTE: Waitable timers were introduced since Windows 98.

Hierarchy

Overview

Methods

Public constructor create(interval: unsigned = 1000);
Public destructor Destroy(); override;
Protected function doStart(): bool; override;
Protected procedure doStop(); override;
Protected procedure execute(thread: unaTimerThread); override;

Description

Methods

Public constructor create(interval: unsigned = 1000);
 
Public destructor Destroy(); override;
 
Protected function doStart(): bool; override;
 
Protected procedure doStop(); override;
 
Protected procedure execute(thread: unaTimerThread); override;
 

(c) 2012 Lake of Soft


Generated by PasDoc 0.12.1 on 2012-10-09