TIWCGJQDialogOptionsPos Enumeration

Represents type TIWCGJQDialogOptionsPos.

Namespace: IWCGJQDialog
type
 TIWCGJQDialogOptionsPos = (jqdopCenter,jqdopLeft,jqdopRight,jqdopTop,jqdopBottom,jqdopCustom,jqdopLeftTop,
 jqdopRightTop,jqdopLeftBottom,jqdopRightBottom);

The TIWCGJQDialogOptionsPos type exposes the following members.

Show:
 NameDescription
jqdopBottom

Represents constant jqdopBottom.

jqdopCenter

Represents constant jqdopCenter.

jqdopCustom

Represents constant jqdopCustom.

jqdopLeft

Represents constant jqdopLeft.

jqdopLeftBottom

Represents constant jqdopLeftBottom.

jqdopLeftTop

Represents constant jqdopLeftTop.

jqdopRight

Represents constant jqdopRight.

jqdopRightBottom

Represents constant jqdopRightBottom.

jqdopRightTop

Represents constant jqdopRightTop.

jqdopTop

Represents constant jqdopTop.

Top