TiSevenSegmentAnalog.SetValueNoEvent

TiSevenSegmentAnalog See Also

Sets the Value property without firing the OnValueChange event.

procedure
SetValueNoEvent(Value: Double);

Description

Use SetValueNoEvent to set the Value property without firing the OnValueChange event.

Example

Delphi

iComponent.SetValueNoEvent(25);

C++ Builder

iComponent->SetValueNoEvent(25);

Contents | Index | Previous | Next