Class THMIRadioGroup
Unit
Declaration
type THMIRadioGroup = class(TRadioGroup, IHMIInterface)
Description
Class of multiple-options control to read and write values in numeric tags.
:
Hierarchy
- TRadioGroup
- THMIRadioGroup
Overview
Methods
![]() |
procedure RefreshRadioGroup(Data: PtrInt); |
Properties
![]() |
property ItemIndex: LongInt read GetIndex Write SetIndex; |
![]() |
property PLCTag: TPLCTag read GetHMITag write SetHMITag; |
![]() |
property DefaultIndex: LongInt read FDefaultIndex write SetDefaultIndex default -1; |
![]() |
property SecurityCode: UTF8String read FSecurityCode write SetSecurityCode; |
Description
Methods
![]() |
procedure RefreshRadioGroup(Data: PtrInt); |
Properties
![]() |
property ItemIndex: LongInt read GetIndex Write SetIndex; |
: |
![]() |
property PLCTag: TPLCTag read GetHMITag write SetHMITag; |
: Numeric tag that will be linked with the control. See also
|
![]() |
property DefaultIndex: LongInt read FDefaultIndex write SetDefaultIndex default -1; |
: If the LongInt value of tag doesn't match with one of the control list, uses the value of |
![]() |
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.