TSignalCheckListBox, palette SmartSCADAControls, unit SignalControls.pas

 Component inherited  from component TCheckListBox. Component is used to display and change values of signal group (TBooleanSignal type).

 

Figure 48. component in run time

PROPERTIES

 

Signals: TStrings

                 Signal list linked to this component. Signals are linked to component by special editor.

 

ItemsInList: TItemInList

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

 

POPUP DIALOG

 

See description for TSignalLabel component. Difference is that Popup dialog can be called for every single signal from list.

 

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