Class THMILabel
Unit
HMILabel
Declaration
type THMILabel = class(TLabel, IHMIInterface)
Description
THMILabel
Hierarchy
Overview
Methods
Properties
Description
Methods
|
procedure WriteFaultCallBack(Sender:TObject); virtual; |
|
|
procedure RemoveTagCallBack(Sender:TObject); virtual; |
|
|
procedure TagChangeCallBack(Sender:TObject); virtual; |
|
|
procedure RefreshLabel(Data: PtrInt); |
|
Properties
|
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.
|
|
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.
|
|
property Prefix: TCaption read FPrefix write SetPrefix; |
: Prefix is the text that will be show at the left (before) of the tag value.
|
|
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.
|
|
property SecurityCode: UTF8String read FSecurityCode write SetSecurityCode; |
: Security code that allows access to control.
|
|
property FormatDateTimeOptions: TFormatDateTimeOptions read FFormatDateTimeOptions write SetFormatDateTimeOptions; |
: Date/time format options.
|
Generated by PasDoc 0.14.0.