IWCGShowMessage(string,TIWCGJQShowMessageType,TIWCGJQShowMessageOptions) Method

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

Note

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

Namespace: IWCGJQShowMessage
 procedure IWCGShowMessage(const AMsg: string; AType: TIWCGJQShowMessageType = jqsmtAlert; AOptions: TIWCGJQShowMessageOptions = nil);

Parameters

AMsg
Type: string

The message to show.

AType
Type: TIWCGJQShowMessageType

The type of message - alert or confirm

AOptions
Type: TIWCGJQShowMessageOptions

Optional options