Home Units Hierarchy Routines All identifiers

Class unaMMTimer

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type unaMMTimer = class(unaAbstractTimer)

Description

Multimedia timer wrapper class.

Hierarchy

Overview

Methods

Public constructor create(interval: unsigned = 1000; minPeriod: unsigned = 0);
Public function getCaps(): pTIMECAPS;
Protected function doStart(): bool; override;
Public procedure BeforeDestruction(); override;
Protected procedure changeInterval(var newValue: unsigned); override;
Protected procedure doStop(); override;

Properties

Public property minPeriod: unsigned read f_minPeriod write f_minPeriod;

Description

Methods

Public constructor create(interval: unsigned = 1000; minPeriod: unsigned = 0);
 
Public function getCaps(): pTIMECAPS;
 
Protected function doStart(): bool; override;
 
Public procedure BeforeDestruction(); override;
 
Protected procedure changeInterval(var newValue: unsigned); override;
 
Protected procedure doStop(); override;
 

Properties

Public property minPeriod: unsigned read f_minPeriod write f_minPeriod;
 

(c) 2012 Lake of Soft


Generated by PasDoc 0.12.1 on 2012-10-09