Class THMILabel
Unit
HMILabel
Declaration
type THMILabel = class(TLabel, IHMIInterface)
Description
THMILabel
Hierarchy
Overview
Methods
Properties
Description
Methods
![Protected Protected](protected.gif) |
procedure WriteFaultCallBack(Sender:TObject); virtual; |
|
![Protected Protected](protected.gif) |
procedure RemoveTagCallBack(Sender:TObject); virtual; |
|
![Protected Protected](protected.gif) |
procedure TagChangeCallBack(Sender:TObject); virtual; |
|
![Public Public](public.gif) |
procedure RefreshLabel(Data: PtrInt); |
|
Properties
![Published Published](published.gif) |
property Caption: TCaption read GetCaption stored false; |
: Caption is the current text that is being showed by the control. Includes the prefix and the suffix.
|
![Published Published](published.gif) |
property NumberFormat: AnsiString read FNumberFormat write SetFormat; |
: If the linked tag is a numeric tag, specifies the format of the number.
To get more information, see the documentation of the funcion FormatFloat of your development environment.
|
![Published Published](published.gif) |
property Prefix: TCaption read FPrefix write SetPrefix; |
: Prefix is the text that will be show at the left (before) of the tag value.
|
![Published Published](published.gif) |
property Sufix: TCaption read FSufix write SetSufix; |
: Sufix is the text that will be show at the right (after) of the tag value. Useful to show the engineering unit of the tag.
|
![Published Published](published.gif) |
property SecurityCode: UTF8String read FSecurityCode write SetSecurityCode; |
: Security code that allows access to control.
|
![Published Published](published.gif) |
property FormatDateTimeOptions: TFormatDateTimeOptions read FFormatDateTimeOptions write SetFormatDateTimeOptions; |
: Date/time format options.
|
Generated by PasDoc 0.14.0.