TIWCGJQNotificationNotyType Enumeration

Represents type TIWCGJQNotificationNotyType.

Namespace: IWCGJQNotification
type
 TIWCGJQNotificationNotyType = (jqnntAlert,jqnntSuccess,jqnntError,jqnntWarning,jqnntInformation,jqnntNotification);

The TIWCGJQNotificationNotyType type exposes the following members.

Show:
 NameDescription
jqnntAlert

Represents constant jqnntAlert.

jqnntError

Represents constant jqnntError.

jqnntInformation

Represents constant jqnntInformation.

jqnntNotification

Represents constant jqnntNotification.

jqnntSuccess

Represents constant jqnntSuccess.

jqnntWarning

Represents constant jqnntWarning.

Top