Class tanimitemcomp

Unit

Declaration

type tanimitemcomp = class(tmsecomponent)

Description

This item has no description.

Hierarchy

Overview

Methods

Protected procedure loaded() override;
Public constructor create(aowner: tcomponent); override;
Public destructor destroy(); override;
Public procedure reset();
Public procedure restart();

Properties

Public property time: flo64 read gettime write settime;
Public property down: boolean read getdown write setdown;
Published property kind: animkindty read getkind write setkind default ank_single;
Published property interval: flo64 read getinterval write setinterval;
Published property enabled: boolean read getenabled write setenabled default false;
Published property timer: tanimtimer read gettimer write settimer;
Published property tickus: int32 read gettickus write settickus default 0;
Published property ontick: animtickeventty read getontick write setontick;
Published property onstart: notifyeventty read getonstart write setonstart;
Published property onstop: notifyeventty read getonstop write setonstop;

Description

Methods

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.

Public procedure reset();

This item has no description.

Public procedure restart();

This item has no description.

Properties

Public property time: flo64 read gettime write settime;

This item has no description.

Public property down: boolean read getdown write setdown;

This item has no description.

Published property kind: animkindty read getkind write setkind default ank_single;

This item has no description.

Published property interval: flo64 read getinterval write setinterval;

This item has no description.

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

This item has no description.

Published property timer: tanimtimer read gettimer write settimer;

This item has no description.

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

This item has no description.

Published property ontick: animtickeventty read getontick write setontick;

This item has no description.

Published property onstart: notifyeventty read getonstart write setonstart;

This item has no description.

Published property onstop: notifyeventty read getonstop write setonstop;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.