Class THMIScrollBar
Unit
Declaration
type THMIScrollBar = class(TScrollBar, IHMIInterface)
Description
: Class of ScrollBar control to read/write values in numeric tags.
Hierarchy
- TScrollBar
- THMIScrollBar
Overview
Methods
procedure MouseUp(Button: TMouseButton; Shift: TShiftState; X, Y: LongInt); override; |
|
procedure RefreshScrollBar(Data: PtrInt); |
Properties
property PLCTag: TPLCTag read GetHMITag write SetHMITag; |
|
property UpdateOnMove: Boolean read FUpdateOnMove write FUpdateOnMove default false; |
|
property SecurityCode: UTF8String read FSecurityCode write SetSecurityCode; |
Description
Methods
procedure MouseUp(Button: TMouseButton; Shift: TShiftState; X, Y: LongInt); override; |
|
procedure RefreshScrollBar(Data: PtrInt); |
|
Properties
property PLCTag: TPLCTag read GetHMITag write SetHMITag; |
|
: Numeric tag that will be linked with the control. See also
|
property SecurityCode: UTF8String read FSecurityCode write SetSecurityCode; |
|
: Security code that allows access to control. |
Author
- Fabio Luis Girardi <[email protected]>
Generated by PasDoc 0.14.0.