TSignalRadioButton, palette SmartSCADAControls, unit SignalControls.pas

 

Component inherited  from component TRadioButton.

This component enables TBooleanSignal type signal changing.

Caption shows property selected by CaptionFormat property.

Figure 39. Component in run time

PROPERTIES

 

Signal: TBooleanSignal

                 Pointer to signal that is linked to control. This component can be linked only to TBooleanSignal type.

CaptionFormat: TItemInList

                 Defines what will be shown on the screen. TItemsInList=( ilUserDefined, ilTagName, ilDescription );

 

 

Value

Description

ilUserDefined

Shows user defined value (property Caption).

ilTagName

Shows Tag Name.

ilDescription

Shows signal Description.

 

POPUP DIALOG

 

See description for TSignalLabel component.

Value

Description

ifsNone

No interaction with ini file

ifsReadDS

Reading values from ini file in design time

ifsWriteDS

Writing values to ini file in design time

ifsReadWriteDS

Reading and writing values from ini file in design time

ifsReadRT

Reading values from ini file in run time

ifsWriteRT

Writing values to ini file in run time

ifsReadWriteRT

Reading and writing values from/to ini file all the time