ShowMessage

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWApplication > Methods >

ShowMessage

SIGNATURE=IWApplication.TIWApplication.ShowMessage@string@TIWShowMessageType@string

 

ETYPE=Method

 

Declaration:

Delphi:

public procedure ShowMessage(AMsg: string; const AType: TIWShowMessageType = smAlert; ATemplate: string = ''); virtual; overload;

C++:

void public: virtual __fastcall ShowMessage(String AMsg, const TIWShowMessageType AType = smAlert, String ATemplate = "");

 

Description: This is ShowMessage, a member of class TIWApplication.