ShowNotification

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWApplication > Methods >

ShowNotification

SIGNATURE=IWApplication.TIWApplication.ShowNotification@string@TIWNotifyType@Integer

 

ETYPE=Method

 

Declaration:

Delphi:

public procedure ShowNotification(const AMsg: string; const AType: TIWNotifyType = ntLog; const ADelay: Integer = -1); virtual;

C++:

void public: virtual __fastcall ShowNotification(const String AMsg, const TIWNotifyType AType = ntLog, const int ADelay = -1);

 

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