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

Wrapper function for ShowMessageFmt Wrapper around the commonly used ShowMessageFmt function.

Pascal
procedure ShowMessageFmt(const Msg: TJSString; Params: array of const);

JSDialogs

If you require the Dialogs unit to be used by a unit, then you need to preface the ShowMessageFmt call with the unit name you want referenced.

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

JSDialog.ShowMessageFmt('My %d messages are accumulating', [3]);
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!