CreateMessageDialog(string,TMsgDlgType,TMsgDlgButtons,TMsgDlgBtn,Integer,Integer,TIWCGMsgDialogEvent,TCGVarArray,Boolean,TIWCGMsgDialogProc) Method

Represents method CreateMessageDialog(string,TMsgDlgType,TMsgDlgButtons,TMsgDlgBtn,Integer,Integer,TIWCGMsgDialogEvent,TCGVarArray,Boolean,TIWCGMsgDialogProc).

Namespace: IWCGJQMessageDlg
function CreateMessageDialog(const Msg: string; DlgType: TMsgDlgType; Buttons: TMsgDlgButtons;
 DefaultButton: TMsgDlgBtn; X,Y: Integer; AOnResult: TIWCGMsgDialogEvent; AData: TCGVarArray; AAutoHeight: Boolean
 ; AResultProc: TIWCGMsgDialogProc ): TIWCGJQMsgDialog;

Parameters

Msg
Type: string

DlgType
Type: TMsgDlgType

Buttons
Type: TMsgDlgButtons

DefaultButton
Type: TMsgDlgBtn

X
Type: Integer

Y
Type: Integer

AOnResult
Type: TIWCGMsgDialogEvent

AData
Type: TCGVarArray

AAutoHeight
Type: Boolean

AResultProc
Type: System.Void

Return Value