IWCGCreateMessageDialog(string,TMsgDlgType,TMsgDlgButtons,TMsgDlgBtn,TIWCGMsgDialogEvent,TCGVarArray) Method

Represents method IWCGCreateMessageDialog(string,TMsgDlgType,TMsgDlgButtons,TMsgDlgBtn,TIWCGMsgDialogEvent,TCGVarArray).

Namespace: IWCGJQMessageDlg
function IWCGCreateMessageDialog(const Msg: string; DlgType: TMsgDlgType; Buttons: TMsgDlgButtons;
 DefaultButton: TMsgDlgBtn; AOnResult: TIWCGMsgDialogEvent = nil; AData: TCGVarArray = nil): TIWCGJQMsgDialog; overload;

Parameters

Msg
Type: string

DlgType
Type: TMsgDlgType

Buttons
Type: TMsgDlgButtons

DefaultButton
Type: TMsgDlgBtn

AOnResult
Type: TIWCGMsgDialogEvent

AData
Type: TCGVarArray

Return Value