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

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

Note

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

Namespace: IWCGJQShowMessage
 procedure IWCGShowNotification(const AMsg: string; AType: TIWCGJQShowNotificationType; const AWait: Integer;
 const ACanClose: boolean; AOptions: TIWCGJQShowMessageOptions; out LogID: string); overload;

Parameters

AMsg
Type: string

The message to show.

AType
Type: TIWCGJQShowNotificationType

The type of message (log, success or error)

AWait
Type: Integer

Time (in ms) to wait before auto-hiding the log.

ACanClose
Type: boolean

Closable message

AOptions
Type: TIWCGJQShowMessageOptions

Optional options

LogID
Type: string

Return the ID of generated message.

Tip

Saves this ID, if you will need hide it later.