ShowPrompt

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWApplication > Methods >

ShowPrompt

SIGNATURE=IWApplication.TIWApplication.ShowPrompt@string@string@string@string@string@string@TStrings

 

ETYPE=Method

 

Declaration:

Delphi:

public procedure ShowPrompt(const AMsg: string; const ACallback: string; const ATitle: string = ''; const DefaultValue: string = ''; const OkBtnCaption: string = ''; const CancelBtnCaption: string = ''; callbackData: TStrings = nil); virtual;

C++:

void public:

 

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