TIWCGJQSweetAlertType Enumeration

Represents type TIWCGJQSweetAlertType.

Namespace: IWCGJQSweetAlert
type
 TIWCGJQSweetAlertType = (jqsatNone,jqsatWarning, jqsatError, jqsatSuccess, jqsatInfo);

The TIWCGJQSweetAlertType type exposes the following members.

Show:
 NameDescription
jqsatError

Represents constant jqsatError.

jqsatInfo

Represents constant jqsatInfo.

jqsatNone

Represents constant jqsatNone.

jqsatSuccess

Represents constant jqsatSuccess.

jqsatWarning

Represents constant jqsatWarning.

Top