ShowPrompt

<< Click to Display Table of Contents >>

Navigation:  Intraweb Components > Standard > TIWSweetAlert > Methods >

ShowPrompt

SIGNATURE=IWSweetAlert.TIWSweetAlert.ShowPrompt@string@string@string@string@string@string

 

ETYPE=Method

 

Declaration:

Delphi:

public procedure ShowPrompt(const AEditDest: string; const AText: string = ''; const ATitle: string = ''; const ABtnYes: string = 'Yes'; const ABtnNo: string = 'No'; const AEventYes: string = 'BTNEXECLOGOUT');

C++:

void public: __fastcall ShowPrompt(const Stri

 

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