|
<< Click to Display Table of Contents >> Navigation: Intraweb Components > Standard > TIWSweetAlert > Methods > ShowConfirm |
SIGNATURE=IWSweetAlert.TIWSweetAlert.ShowConfirm@string@string@TAlertType@string@string@string@string
ETYPE=Method
Declaration:
Delphi: |
public procedure ShowConfirm(const AText: string = ''; const ATitle: string = ''; pType: TAlertType = atSuccess; const pBtnYes: string = 'Yes'; const pBtnNo: string = 'No'; const pEventYes: string = 'BTNCONFIRM'; const pEventNo: string = 'BTNCANCEL'); |
C++: |
voi |
Description: This is ShowConfirm, a member of class TIWSweetAlert.