
TProcessSimpleMetar, palette SmartSCADA Controls, unit SimpleMeter.pas
PROPERTIES Kind: TSimpleMeterKind Visual look of object. Values are given in the next table:
BackColor: TColor Background color.
ForeColor: TColor Foreground color.
Signal: TSignal Pointer to signal that is linked to control.
MinValue: Integer Minimal displayed ProcessSimpleBar value
MaxValue: Integer Maximal displayed ProcessSimpleBar value. |
|
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 |