EShiftState

type EShiftState = (ssShift, ssAlt, ssCtrl, ssNone);

Type Library
TeeChartx

Description
Determines the Shift state.

Not all development environments support the direct call of TeeChart's Enum constants by name. See note on use of Enum constants for VBScript, MS VC++.

Integer Values:

ssShift = 1

ssAlt = 2

ssCtrl = 4

ssLeft = 8

ssRight = 16

ssMiddle = 5

ssDouble = 6