You are here: Symbol Reference > JSDialogs Namespace > Functions > JSDialogs.MessageDlg Function
LMD DialogPack
ContentsIndexHome
PreviousUpNext
JSDialogs.MessageDlg Function

Wrapper function for MessageDlg.

Pascal
function MessageDlg(const Msg: TJSString; DlgType: TMsgDlgType; Buttons: TMsgDlgButtons; HelpCtx: Longint): 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.
Copyright © 2013 by LMD Innovative. All rights reserved.
What do you think about this topic? Send feedback!