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

Wrapper function for ShowMessage Wrapper around the commonly used ShowMessage function. If you require the Dialogs unit to be used by a unit, then you need to preface the ShowMessage call with the unit name you want referenced.

Pascal
procedure ShowMessage(const Msg: TJSString); overload;

JSDialogs

To use the ShowMessage method within the JSDialog unit then you would use it like:

ShowMessage('My Message');
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!