TIWCGJQShowMessage.ShowNotification(string,TIWCGJQShowNotificationType,Integer,boolean,string) Method

Show the notification message.

Namespace: IWCGJQShowMessage
public
 procedure ShowNotification(const AMsg: string; const AType: TIWCGJQShowNotificationType; const AWait: Integer;
 const ACanClose: boolean; 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

LogID
Type: string

Return the ID of generated message.

Tip

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