IWCGShowMessage(string,TIWCGJQShowMessageType,TIWCGJQShowMessageOptions) Method
Use this public method to show the message without creating/using the component.
![]() |
---|
To use this function, declares "IWCGJQShowMessage" on your unit. |
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