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.
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.
|
What do you think about this topic? Send feedback!
|