Class THMIUpDown
Unit
HMIUpDown
Declaration
type THMIUpDown = class(TUpDown, IHMIInterface)
Description
: Class of UpDown control to write values on numeric tags.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
procedure RefreshUpDown(Data: PtrInt); |
|
Properties
|
property Align; |
|
|
property Max: Double read FMax write SetMax; |
: Maximum value which control can write on tag if EnableMax is True .
|
|
property Min: Double read FMin write SetMin; |
: Minimum value which control can write on tag if EnableMin is True .
|
|
property Increment: Double read FIncrement write SetIncrement; |
: Value that will be incremented/decremented on each click on control.
|
|
property Position: Double read FPosition write SetPosition; |
: Actual value of the control.
|
|
property EnableMax: Boolean read FEnableMax write FEnableMax default false; |
: Enables/disables the maximum value of the control.
|
|
property EnableMin: Boolean read FEnableMin write FEnableMin default false; |
: Enables/disables the minimum value of the control.
|
|
property SecurityCode: UTF8String read FSecurityCode write SetSecurityCode; |
: Security code that allows access to control.
|
|
property BeforeSendAValueToTag: TBeforeSendNumericValueToTagEvent read FBeforeSendValueToTag write FBeforeSendValueToTag; |
: Event triggered before HMIEdit send a value to linked tag.
|
|
property AfterSendValueToTag: TAfterSendNumericValueToTagEvent read FAfterSendValueToTag write FAfterSendValueToTag; |
: Event triggered when the HMIEdit sent a value to linked tag.
|
Author
Generated by PasDoc 0.14.0.