TIWCGJQShowMessage.ShowNotification(string,TIWCGJQShowNotificationType,Integer) Method
Show the notification message.
public procedure ShowNotification(const AMsg: string; const AType: TIWCGJQShowNotificationType = jqsntLog; const AWait: Integer = -1); 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.