|
<< Click to Display Table of Contents >> Navigation: Classes > TIWApplication > Methods > ShowMessageEx |
SIGNATURE=IWApplication.TIWApplication.ShowMessageEx@string@string@string@string@TStrings
ETYPE=Method
Declaration:
Delphi: |
public procedure ShowMessageEx(const AMsg: string; const ACallback: string = ''; const ATitle: string = ''; const BtnCaption: string = ''; callbackData: TStrings = nil); virtual; |
C++: |
void public: virtual __fastcall ShowMessageEx(const String AMsg, const Strin |
Description: This is ShowMessageEx, a member of class TIWApplication.