TIWCGJQButtonType Enumeration

Represents type TIWCGJQButtonType.

Namespace: IWCGJQButtons
type
 TIWCGJQButtonType = (jqbtRadio,jqbtCheckBox,jqbtButton);

The TIWCGJQButtonType type exposes the following members.

Show:
 NameDescription
jqbtButton

Represents constant jqbtButton.

jqbtCheckBox

Represents constant jqbtCheckBox.

jqbtRadio

Represents constant jqbtRadio.

Top