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