Class THMITrackBar
Unit
HMITrackBar
Declaration
type THMITrackBar = class(TTrackBar, IHMIInterface)
Description
Class of TrackBar control to read/write values in numeric tags.
:
Hierarchy
Overview
Methods
|
procedure KeyUp(var Key: Word; Shift: TShiftState); override; |
|
procedure MouseUp(Button: TMouseButton; Shift: TShiftState; X, Y: LongInt); override; |
|
procedure DoChange(var msg); message LM_CHANGED; |
Properties
Description
Methods
|
procedure KeyUp(var Key: Word; Shift: TShiftState); override; |
|
|
procedure MouseUp(Button: TMouseButton; Shift: TShiftState; X, Y: LongInt); override; |
|
|
procedure DoChange(var msg); message LM_CHANGED; |
|
Properties
|
property Position: LongInt read GetPosition; |
: Tells the current position.
|
|
property Modified: Boolean read FModified; |
: Tells if the control has been modified.
|
|
property SecurityCode: UTF8String read FSecurityCode write SetSecurityCode; |
: Security code that allows access to control.
|
|
property AfterSendValueToTag: TAfterSendNumericValueToTagEvent read FAfterSendValueToTag write FAfterSendValueToTag; |
: Event triggered when the HMIEdit sent a value to linked tag.
|
|
property BeforeSendAValueToTag: TBeforeSendNumericValueToTagEvent read FBeforeSendValueToTag write FBeforeSendValueToTag; |
: Event triggered before HMIEdit send a value to linked tag.
|
Author
Generated by PasDoc 0.14.0.