TiSevenSegmentInteger.SetValueNoEvent

TiSevenSegmentInteger See Also

Sets the Value property without firing the OnValueChange event.

procedure
SetValueNoEvent(Value: Integer);

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