IWCGCreateMessageDialog(string,TMsgDlgType,TMsgDlgButtons,TMsgDlgBtn,TIWCGMsgDialogProc) Method
Represents method IWCGCreateMessageDialog(string,TMsgDlgType,TMsgDlgButtons,TMsgDlgBtn,TIWCGMsgDialogProc)
.
function IWCGCreateMessageDialog(const Msg: string; DlgType: TMsgDlgType; Buttons: TMsgDlgButtons; DefaultButton: TMsgDlgBtn; AResultProc: TIWCGMsgDialogProc = nil ): TIWCGJQMsgDialog; overload;
Parameters
- Msg
- Type: string
- DlgType
- Type: TMsgDlgType
- Buttons
- Type: TMsgDlgButtons
- DefaultButton
- Type: TMsgDlgBtn
- AResultProc
- Type: System.Void