TiSwitchRocker3Way.Increment
TiSwitchRocker3Way
Used to set the amount the Value property is changed when the button is
pressed up or down.
property Increment : Double;
Description
Use Increment to get or set the amount the Value property is changed when the
button is pressed up or down. When the button is clicked up, Increment is added
to the Value property. When the button is clicked down, Increment is
subtracted from the Value property.
Example
Delphi
iComponent.Increment := 1;
C++ Builder
iComponent->Increment = 1;
Contents | Index | Previous | Next