pascalSCADA OPM: HMIZones: Class TAnimationZone

Pascal SCADA OPM

Class TAnimationZone

Unit

HMIZones

Declaration

type TAnimationZone = class(TZone)

Description

TAnimationZone

Hierarchy

Overview

Methods

Protected procedure Loaded; override;
Public constructor Create(aCollection: TCollection); override;
Public destructor Destroy; override;
Public procedure AssignTo(Dest: TPersistent); override;

Properties

Published property BlinkTime: Cardinal read FBlinkTime write SetBlinkTime;
Published property BlinkWith: LongInt read GetBlinkWithZoneNumber write SetBlinkWithZoneNumber nodefault;

Description

Methods

Protected procedure Loaded; override;
 
Public constructor Create(aCollection: TCollection); override;
 
Public destructor Destroy; override;
 
Public procedure AssignTo(Dest: TPersistent); override;
 

Properties

Published property BlinkTime: Cardinal read FBlinkTime write SetBlinkTime;

: BlinkTime is the time in milliseconds that the animation zone will stay visible. After this time, shows the next zone (defined by the BlinkWith property).

See also
BlinkWith
TZone.DefaultZone
Published property BlinkWith: LongInt read GetBlinkWithZoneNumber write SetBlinkWithZoneNumber nodefault;

: BlinkWith is the next zone to be shown to do a blink effect/animation after BlinkTime milliseconds of the current animation zone.

See also
BlinkTime

Generated by PasDoc 0.14.0.