pascalSCADA OPM: HMIZones: Class TTextZone

Pascal SCADA OPM

Class TTextZone

Unit

HMIZones

Declaration

type TTextZone = class(TAnimationZone)

Description

: Class of a Text animation zone.

See also
TZone
TZones
TTextZones

Hierarchy

Overview

Methods

Public destructor Destroy; override;
Public procedure AssignTo(Dest: TPersistent); override;

Properties

Published property HorizontalAlignment: TAlignment read FHorAlignment write SetHorAlignment default taLeftJustify;
Published property VerticalAlignment: TTextLayout read FVerAlignment write SetVerAlignment default tlTop;
Published property Text: TCaption read FText write SetText;
Published property Color: TColor read FColor write SetColor;
Published property Transparent: Boolean read FTransparent write SetTransparent;
Published property Font: TFont read FFont write SetFont;

Description

Methods

Public destructor Destroy; override;
 
Public procedure AssignTo(Dest: TPersistent); override;
 

Properties

Published property HorizontalAlignment: TAlignment read FHorAlignment write SetHorAlignment default taLeftJustify;

: Horizontal alignment of the text. The possible values are:

taLeftJustify: Left alignment of the text.

taRightJustify: Right alignment of the text.

taCenter: Centralized alignment of the text.

See also
Color
Font
Text
Transparent
VerticalAlignment
Published property VerticalAlignment: TTextLayout read FVerAlignment write SetVerAlignment default tlTop;
 
Published property Text: TCaption read FText write SetText;

: Text to be shown.

See also
Color
Font
Transparent
HorizontalAlignment
VerticalAlignment
Published property Color: TColor read FColor write SetColor;

: Background color of the text animation zone.

See also
Font
Text
Transparent
HorizontalAlignment
VerticalAlignment
Published property Transparent: Boolean read FTransparent write SetTransparent;

: If False, uses the background color specified in Color property. If True makes the background transparent.

See also
Color
Font
Text
HorizontalAlignment
VerticalAlignment
Published property Font: TFont read FFont write SetFont;

: Text font (form, size and color).

See also
Color
Text
Transparent
HorizontalAlignment
VerticalAlignment

Author


Generated by PasDoc 0.14.0.