pascalSCADA OPM: HMIText: Class THMIText
From Pascal SCADA OPM
Class THMIText
Unit
Declaration
type THMIText = class(THMILabel)
Description
THMIText
Hierarchy
- TLabel
- THMILabel
- THMIText
Overview
Methods
procedure SetValue(v:Double); |
|
procedure ShowDefaultZone; |
|
procedure ShowZone(zone:TTextZone); |
|
procedure SetTestValue(v:Double); |
|
procedure RefreshText(Data: PtrInt); |
Properties
property TestValue: Double read FTestValue write SetTestValue stored false; |
|
property Zones: TTextZones read GetTextZones write SetTextZones nodefault; |
Description
Methods
procedure SetValue(v:Double); |
|
|
: Choose (depending of the condition of each text zone) and shows a text zone. | |
procedure ShowDefaultZone; |
|
procedure ShowZone(zone:TTextZone); |
|
|
: Shows a text zone. | |
procedure SetTestValue(v:Double); |
|
|
: Shows a text zone depending of the value of TestValue property. | |
procedure RefreshText(Data: PtrInt); |
|
Properties
property TestValue: Double read FTestValue write SetTestValue stored false; |
|
|
: Use this property to test the control without values coming from your device. Can only be used on desing-time. | |
property Zones: TTextZones read GetTextZones write SetTextZones nodefault; |
|
|
: Collection of texts that can be show depending of the value of the tag. See also | |
Generated by PasDoc 0.14.0.