TiEdit.SetValueNoEvent

TiEdit

Sets the Value property without firing the OnChange event.

procedure
SetValueNoEvent(Value: Double);

Description

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

Example

Delphi

iComponent.SetValueNoEvent(25);

C++ Builder

iComponent->SetValueNoEvent(25);

Contents | Index | Previous | Next