IWCGJQShowMessage Namespace

Modern browser dialogs and notifications. Key features: - Customizable look and feel - Lightweight, no dependencies - Growl-like notification - Cross-browser and platform - Simple API

 NameDescription
TIWCGJQShowMessage

Represents type TIWCGJQShowMessage.

TIWCGJQShowMessageLabels

The JQShowMessage labels class

TIWCGJQShowMessageOptions

The JQShowMessage options class.

Top
 NameDescription
TIWCGJQShowMessageButtonFocus

Represents type TIWCGJQShowMessageButtonFocus.

TIWCGJQShowMessagePromptInputType

Represents type TIWCGJQShowMessagePromptInputType.

TIWCGJQShowMessageThemes

Represents type TIWCGJQShowMessageThemes.

TIWCGJQShowMessageType

Represents type TIWCGJQShowMessageType.

TIWCGJQShowNotificationType

Represents type TIWCGJQShowNotificationType.

Top
 NameDescription
IWCGJQShowMessageThemesStr

Represents constant IWCGJQShowMessageThemesStr.

IWCGJQShowMessageTypeStr

Represents constant IWCGJQShowMessageTypeStr.

IWCGJQShowNotificationTypeStr

Represents constant IWCGJQShowNotificationTypeStr.

Top
 NameDescription
CreateMessage(TIWCGJQShowMessageOptions)

You can create the JQShowMessage a component called this function (optionally with options).

IWCGShowMessage(string,TIWCGJQShowMessageType,TIWCGJQShowMessageOptions)

Use this public method to show the message without creating/using the component.

Note

To use this function, declares "IWCGJQShowMessage" on your unit.

IWCGShowNotification(string,TIWCGJQShowNotificationType,Integer,boolean,TIWCGJQShowMessageOptions,string)

Overloaded. Use this public method to show the notification without creating/using the component.

Note

To use this function, declares "IWCGJQShowMessage" on your unit.

IWCGShowNotification(string,TIWCGJQShowNotificationType,Integer,TIWCGJQShowMessageOptions)

Overloaded. Use this public method to show the notification without creating/using the component.

Note

To use this function, declares "IWCGJQShowMessage" on your unit.

IWCGShowPromptMessage(string,string,TIWCGEvent,TIWCGEvent,TIWCGJQShowMessageOptions)

Use this public method to show the prompt message without creating/ using the component.

Note

To use this function, declares "IWCGJQShowMessage" on your unit.

JQShowMessageCoreCss

Represents method JQShowMessageCoreCss.

JQShowMessageJS

Represents method JQShowMessageJS.

Top