Confirmation

<< Click to Display Table of Contents >>

Navigation:  Intraweb Components > Standard > TIWLink > Properties >

Confirmation

Use this property to inform the browser to ask the user to confirm the operation assigned to the control's OnClick event. The text you type will be shown in the confirmation dialog showed by the browser. If the user presses OK, the code associated with the OnClick event will be execute. Has no effect for Async events.

 

SIGNATURE=IWHTMLControls.TIWLink.Confirmation

 

ETYPE=Property

 

Declaration:

Delphi:

published property Confirmation;

C++:

__published: __property Confirmation;

 

Description: This is Confirmation, a member of class TIWLink.