TiSwitchQuad

Hierarchy Properties Methods Events

Unit

iSwitchQuad (VCL)

QiSwitchQuad (CLX)

Description

TiSwitchQuad can be used for any type of 2-axis control. There are independent events for each switch.

IOCO0029.gif

TiSwitchQuad has events and property's built to simplify the implementation of X-Y control. For Y-Axis control, use the OnValueYChange event along with the ValueY and IncrementY property's. For X-Axis control, use the OnValueXChange event along with the ValueX and IncrementX property's.

By default, the repeat feature is enabled and is configured with the RepeatInitialDelay and RepeatInterval property's. To disable the repeat feature, set RepeatInitialDelay to 0.

The control supports the 4 arrows keys on the keyboard for keyboard control. To disable keyboard control, set the UseArrowKeys property to False.

Contents | Index | Previous | Next