Class THMIText
Unit
HMIText
Declaration
type THMIText = class(THMILabel)
Description
THMIText
Hierarchy
Overview
Methods
Properties
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.
|
Generated by PasDoc 0.14.0.