TiSwitchQuad.IncrementX
TiSwitchQuad
Used to set the amount the ValueX property is changed when the left or right
button is clicked.
property IncrementX : Double;
Description
Use IncrementX to set or get the amount the ValueX property is changed when
the left or right button is clicked. When the right button is clicked, IncrementX
is added to the ValueX property. When the left button is clicked, IncrementX
is subtracted from the ValueX property.
Example
Delphi
iComponent.IncrementX := 1;
C++ Builder
iComponent->IncrementX = 1;
Contents | Index | Previous | Next