Class tanimtimer

Unit

Declaration

type tanimtimer = class(tmsecomponent)

Description

This item has no description.

Hierarchy

Overview

Fields

Protected fenabledcount: int32;
Protected fitems: animitemarty;
Protected ftimer: tsimpletimer;
Protected fenabled: boolean;

Methods

Protected procedure dotimer(const sender: tobject);
Protected procedure add(const aitem: tanimitem);
Protected procedure remove(const aitem: tanimitem);
Protected procedure itemenabled(const avalue: boolean);
Protected procedure checkenabled();
Protected procedure loaded() override;
Public constructor create(aowner: tcomponent); override;
Public destructor destroy; override;

Properties

Public property enabledcount: int32 read fenabledcount;
Published property tickus: int32 read gettickus write settickus default defaultanimtick;
Published property highres: boolean read gethighres write sethighres default false;
Published property enabled: boolean read fenabled write setenabled default false;

Description

Fields

Protected fenabledcount: int32;

This item has no description.

Protected fitems: animitemarty;

This item has no description.

Protected ftimer: tsimpletimer;

This item has no description.

Protected fenabled: boolean;

This item has no description.

Methods

Protected procedure dotimer(const sender: tobject);

This item has no description.

Protected procedure add(const aitem: tanimitem);

This item has no description.

Protected procedure remove(const aitem: tanimitem);

This item has no description.

Protected procedure itemenabled(const avalue: boolean);

This item has no description.

Protected procedure checkenabled();

This item has no description.

Protected procedure loaded() override;

This item has no description.

Public constructor create(aowner: tcomponent); override;

This item has no description.

Public destructor destroy; override;

This item has no description.

Properties

Public property enabledcount: int32 read fenabledcount;

This item has no description.

Published property tickus: int32 read gettickus write settickus default defaultanimtick;

This item has no description.

Published property highres: boolean read gethighres write sethighres default false;

This item has no description.

Published property enabled: boolean read fenabled write setenabled default false;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.