pascalSCADA OPM: HMIZones: Class TZones

Pascal SCADA OPM

Class TZones

Unit

HMIZones

Declaration

type TZones = class(THMIBasicColletion)

Description

: TZones is the base class of a collection of animation zones.

See also
TZone

Hierarchy

Overview

Methods

Public function GetZoneFromValue(v:Double):TZone; virtual;
Public function GetDefaultZone:TZone;

Description

Methods

Public function GetZoneFromValue(v:Double):TZone; virtual;

: GetZoneFromValue returns the selected animation zone, depending of select criteria of each animation zone.

.

Parameters
v
Double. Number that will be used to select a animation zone.
Returns

GetZoneFromValue returns the first animation zone that their criteria match, or if no zone was selected, returns the animation zone setted as default. If has no animation zone set as default, returns Nil

Public function GetDefaultZone:TZone;
 

Author


Generated by PasDoc 0.14.0.