IWCGShowNotification(string,TIWCGJQShowNotificationType,Integer,TIWCGJQShowMessageOptions) Method
Use this public method to show the notification without creating/using the component.
![]() |
---|
To use this function, declares "IWCGJQShowMessage" on your unit. |
procedure IWCGShowNotification(const AMsg: string; AType: TIWCGJQShowNotificationType = jqsntLog; const AWait: Integer = -1; AOptions: TIWCGJQShowMessageOptions = nil); 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.
- AOptions
- Type: TIWCGJQShowMessageOptions
Optional options