TiSevenSegmentBinary.SetValueNoEvent
TiSevenSegmentBinary 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('10110');
C++ Builder
iComponent->SetValueNoEvent("10110");
Contents | Index | Previous | Next