TiSwitchQuad.SetValueYNoEvent

TiSwitchQuad

Sets the ValueY property without firing the OnValueYChange event.

procedure
SetValueYNoEvent(Value: Double);

Description

Use SetValueYNoEvent to set the ValueY property without firing the OnValueYChange event.

Example

Delphi

iComponent.SetValueYNoEvent(25);

C++ Builder

iComponent->SetValueYNoEvent(25);

Contents | Index | Previous | Next