pascalSCADA OPM: HMIZones: Class TGraphicZone

Pascal SCADA OPM

Class TGraphicZone

Unit

HMIZones

Declaration

type TGraphicZone = class(TAnimationZone)

Description

: Class of graphic animation zone.

See also
TZone
TZones
TGraphicZones

Hierarchy

Overview

Properties

Published property ImageListAsDefault: Boolean read FILIsDefault write SetILAsDefault default true;
Published property FileName: AnsiString read FFileName write SetFileName nodefault;
Published property ImageList: TImageList read FImageList write SetImageList;
Published property ImageIndex: LongInt read FImageIndex write SetImageIndex stored true nodefault;
Published property TransparentColor: TColor read FColor write SetColor default clWhite;
Published property Transparent: Boolean read FTransparent write SetTransparent default true;

Description

Properties

Published property ImageListAsDefault: Boolean read FILIsDefault write SetILAsDefault default true;

: If the properties FileName, ImageList and ImageIndex are configured correctly, ImageListAsDefault let you choose what's the primary image resource. If True, the primary image resource is the ImageList, if not the primary image resource is the image stored on disk pointed by the FileName property.

See also
FileName
ImageList
ImageIndex
Published property FileName: AnsiString read FFileName write SetFileName nodefault;

: Shows the image pointed by FileName (if the file exists) if the graphic animation zone is selected.

See also
ImageListAsDefault
Published property ImageList: TImageList read FImageList write SetImageList;

: What's the ImageList that will be used graphic animation zone.

See also
ImageListAsDefault
ImageIndex
Published property ImageIndex: LongInt read FImageIndex write SetImageIndex stored true nodefault;

: What's the Image Index of ImageList that will be shown if the graphic animation zone is selected.

See also
ImageListAsDefault
ImageList
Published property TransparentColor: TColor read FColor write SetColor default clWhite;

: What's the color that will be interpreted as Transparent if Transparent property is True.

See also
Transparent
Published property Transparent: Boolean read FTransparent write SetTransparent default true;

: Enables/disables the replacement of the color TransparentColor by the transparent.

See also
TransparentColor

Generated by PasDoc 0.14.0.