TIWCGJQMButtonType Enumeration

Represents type TIWCGJQMButtonType.

Namespace: IWCGJQMButton
type
 TIWCGJQMButtonType = (jqmbtSubmit,jqmbtReset,jqmbtImage,jqmbtButton,jqmbtButtonLink);

The TIWCGJQMButtonType type exposes the following members.

Show:
 NameDescription
jqmbtButton

Represents constant jqmbtButton.

jqmbtButtonLink

Represents constant jqmbtButtonLink.

jqmbtImage

Represents constant jqmbtImage.

jqmbtReset

Represents constant jqmbtReset.

jqmbtSubmit

Represents constant jqmbtSubmit.

Top