TiSevenSegmentHexadecimal.SetValueNoEvent

TiSevenSegmentHexadecimal See Also

Sets the Value property without firing the OnValueChange event.

procedure
SetValueNoEvent(Value: String);

Description

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

Example

Delphi

iComponent.SetValueNoEvent('FF3E');

C++ Builder

iComponent->SetValueNoEvent("FF3E");

Contents | Index | Previous | Next