Class tsimpletimer

Unit

Declaration

type tsimpletimer = class(tnullinterfacedobject)

Description

This item has no description.

Hierarchy

Overview

Methods

Protected procedure dotimer; virtual;
Public constructor create(const interval: longword = 0; const ontimer: notifyeventty = nil; const active: boolean = false; const aoptions: timeroptionsty = []);
Public destructor destroy; override;
Public procedure firependingandstop;
Public procedure fireandstop;
Public procedure fire;
Public procedure restart;

Properties

Public property interval: longword read finterval write setinterval;
Public property options: timeroptionsty read foptions write setoptions;
Public property singleshot: boolean read getsingleshot write setsingleshot;
Public property highres: boolean read gethighres write sethighres;
Public property leak: boolean read getleak write setleak;
Public property ontimer: notifyeventty read fontimer write fontimer;
Public property enabled: boolean read fenabled write setenabled default true;

Description

Methods

Protected procedure dotimer; virtual;

This item has no description.

Public constructor create(const interval: longword = 0; const ontimer: notifyeventty = nil; const active: boolean = false; const aoptions: timeroptionsty = []);

This item has no description.

Public destructor destroy; override;

This item has no description.

Public procedure firependingandstop;

This item has no description.

Public procedure fireandstop;

This item has no description.

Public procedure fire;

This item has no description.

Public procedure restart;

This item has no description.

Properties

Public property interval: longword read finterval write setinterval;

This item has no description.

Public property options: timeroptionsty read foptions write setoptions;

This item has no description.

Public property singleshot: boolean read getsingleshot write setsingleshot;

This item has no description.

Public property highres: boolean read gethighres write sethighres;

This item has no description.

Public property leak: boolean read getleak write setleak;

This item has no description.

Public property ontimer: notifyeventty read fontimer write fontimer;

This item has no description.

Public property enabled: boolean read fenabled write setenabled default true;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.