Wrapper function for MessageDlg.
function MessageDlg(const Msg: TJSString; DlgType: TMsgDlgType; Buttons: TMsgDlgButtons; HelpCtx: Longint; DefaultButton: TMsgDlgBtn): Integer; overload;
JSDialogs
For these functions to be used you must remove the Dialogs unit from the uses clause of the unit, otherwise you need to reference the unit when using the functions.
Dialogs.MessageDlg('Test', mtInformation, [mbOK], 0); JSDialogs.MessageDlg('Test', mtInformation, [mbOK], 0);
Copyright © 2013 by LMD Innovative. All rights reserved.
|
What do you think about this topic? Send feedback!
|