TiAnalogOutput.ValueMin
TiAnalogOutput See Also
Specifies the minimum value of the Value property.
property ValueMin : Double;
Description
Use PositionMin to provide a lower limit to the range of values the Value
property can assume.
Example
Delphi
iComponent.ValueMin := -100;
C++ Builder
iComponent->ValueMin = -100;
Contents | Index | Previous | Next