TiSwitchRotary.RotationStartDegrees
TiSwitchRotary See Also
Specifies the starting degrees at which the switch starts it clockwise
rotation.
type TiRotaryStartDegrees = (irsd000, irsd045, irsd090, irsd135, irsd180, irsd225,
irsd270, irsd315);
property RotationStartDegrees : TiRotaryStartDegrees
Description
Use RotationStartDegrees to set the starting degrees at which the switch
starts it clockwise rotation.
These are the possible values:
Value
| Meaning
|
irsd000
| 0 Degrees.
|
irsd045
| 45 Degrees.
|
irsd090
| 90 Degrees.
|
irsd135
| 135 Degrees.
|
irsd180
| 180 Degrees.
|
irsd225
| 225 Degrees.
|
irsd270
| 270 Degrees.
|
irsd315
| 315 Degrees.
|
Example
Delphi
iComponent.RotationStartDegrees := irsd180;
C++ Builder
iComponent->RotationStartDegrees = irsd180;
Contents | Index | Previous | Next