Unit HMITypes
Uses
Functions and Procedures
Constants
Variables
Description
Define types commonly used on controls.
:
Overview
Classes, Interfaces, Objects and Records
Name | Description |
---|---|
Interface IHMIInterface |
Types
TSendKind = (...); |
TSendChange = set of TSendKind; |
TOtherValues = (...); |
TButtonType = (...); |
TBeforeSendNumericValueToTagEvent = procedure(Sender:TObject; Value:Double; var SendIt:Boolean) of object; |
TAfterSendNumericValueToTagEvent = procedure(Sender:TObject; Value:Double) of object; |
TBeforeSendStringValueToTagEvent = procedure(Sender:TObject; Value:TCaption; var SendIt:Boolean) of object; |
TAfterSendStringValueToTagEvent = procedure(Sender:TObject; Value:TCaption) of object; |
TOnScreenKeyboardBehavior = (...); |
Description
Types
TSendKind = (...); |
: Defines when a value must be written on tag by a control. Values
|
TSendChange = set of TSendKind; |
: Defines the set of actions that will do a control write its value on tag. |
TOtherValues = (...); |
: Defines how a boolean control(CheckBox, RadioButton) must interpret values that are different of the true value and false value.
Values
|
TButtonType = (...); |
: Define the button kind.
Values
|
TBeforeSendNumericValueToTagEvent = procedure(Sender:TObject; Value:Double; var SendIt:Boolean) of object; |
TAfterSendNumericValueToTagEvent = procedure(Sender:TObject; Value:Double) of object; |
TBeforeSendStringValueToTagEvent = procedure(Sender:TObject; Value:TCaption; var SendIt:Boolean) of object; |
TAfterSendStringValueToTagEvent = procedure(Sender:TObject; Value:TCaption) of object; |
TOnScreenKeyboardBehavior = (...); |
Values
|
Author
- Fabio Luis Girardi <[email protected]>
Generated by PasDoc 0.14.0.