TIWCGJQLockPositions Enumeration

Represents type TIWCGJQLockPositions.

Namespace: IWCGJQLockIndicatorBase
type
 TIWCGJQLockPositions = (jqlpLeftTop,jqlpLeftCenter,jqlpLeftBottom,jqlpCenterTop,jqlpCenterCenter,jqlpCenterBottom,
 jqlpRightTop,jqlpRightCenter,jqlpRightBottom);

The TIWCGJQLockPositions type exposes the following members.

Show:
 NameDescription
jqlpCenterBottom

Represents constant jqlpCenterBottom.

jqlpCenterCenter

Represents constant jqlpCenterCenter.

jqlpCenterTop

Represents constant jqlpCenterTop.

jqlpLeftBottom

Represents constant jqlpLeftBottom.

jqlpLeftCenter

Represents constant jqlpLeftCenter.

jqlpLeftTop

Represents constant jqlpLeftTop.

jqlpRightBottom

Represents constant jqlpRightBottom.

jqlpRightCenter

Represents constant jqlpRightCenter.

jqlpRightTop

Represents constant jqlpRightTop.

Top