
TDigitalSignalShape,palette SmartSCADAControls unit DigitalSignalShape.pas
PROPERTIES Enabled: boolean; Enables or disables this component.
Shape: TShapeType This property define shape of the object. Values are given in next table:
Visible: boolean; Component will be visible or not.
OnSignalColor: TColor Object color when signal value is true.
OffSignalColor: TColor Object color when signal value is true.
Signal: TSignal Pointer to TBooleanSignal that is linked to component.
Border: boolean Border will be drawn or not.
OnVisible: boolean Component will be visible when signal value is true or not.
OffVisible: boolean Component will be visible when signal value is false or not.
Caption: string; Caption of the object.
Layout; Layout of object caption. It can be tlTop, tlCenter, tlBottom. |
|
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 |