TIWCGJQMEditType Enumeration

Represents type TIWCGJQMEditType.

Namespace: IWCGJQMEdit
type
 TIWCGJQMEditType = (jqmetText,jqmetPassword,jqmetNumber,jqmetEmail,jqmetUrl,jqmetTel,jqmetTime,jqmetDate,
 jqmetMonth,jqmetWeek,jqmetDateTime,jqmetDateTimeLocal,jqmetColor,jqmetTextArea,jqmetSearch);

The TIWCGJQMEditType type exposes the following members.

Show:
 NameDescription
jqmetColor

Represents constant jqmetColor.

jqmetDate

Represents constant jqmetDate.

jqmetDateTime

Represents constant jqmetDateTime.

jqmetDateTimeLocal

Represents constant jqmetDateTimeLocal.

jqmetEmail

Represents constant jqmetEmail.

jqmetMonth

Represents constant jqmetMonth.

jqmetNumber

Represents constant jqmetNumber.

jqmetPassword

Represents constant jqmetPassword.

jqmetSearch

Represents constant jqmetSearch.

jqmetTel

Represents constant jqmetTel.

jqmetText

Represents constant jqmetText.

jqmetTextArea

Represents constant jqmetTextArea.

jqmetTime

Represents constant jqmetTime.

jqmetUrl

Represents constant jqmetUrl.

jqmetWeek

Represents constant jqmetWeek.

Top