TiSwitchQuad.IncrementY

TiSwitchQuad

Used to set the amount the ValueY property is changed when the up or down button is clicked.

property IncrementY : Double;

Description

Use IncrementY to set or get the amount the ValueY property is changed when the up or down button is clicked. When the up button is clicked, IncrementY is added to the ValueY property. When the down button is clicked, IncrementY is subtracted from the ValueY property.

Example

Delphi

iComponent.IncrementY := 1;

C++ Builder

iComponent->IncrementY = 1;

Contents | Index | Previous | Next