Hi dears; i created a RadioBtn, i wanna show a confirmation when user click it! like the confirmation, appears in win after deleting a file or folder!? "Are u Sure?" with 2 buttons, "yes" . "no"! how can i create it!?
: Hi dears; : i created a RadioBtn, i wanna show a confirmation when user click it! : like the confirmation, appears in win after deleting a file or folder!? : "Are u Sure?" : with 2 buttons, "yes" . "no"! : how can i create it!? : : tnx & sorry for bad English; : In the OnClick() of the button call the MessageDlg() function. This will return one of the ModalResult values based on which button the user clicked in the dialog.
: : Hi dears; : : i created a RadioBtn, i wanna show a confirmation when user click it! : : like the confirmation, appears in win after deleting a file or folder!? : : "Are u Sure?" : : with 2 buttons, "yes" . "no"! : : how can i create it!? : : : : tnx & sorry for bad English; : : : In the OnClick() of the button call the MessageDlg() function. This will return one of the ModalResult values based on which button the user clicked in the dialog. :
Comments
: i created a RadioBtn, i wanna show a confirmation when user click it!
: like the confirmation, appears in win after deleting a file or folder!?
: "Are u Sure?"
: with 2 buttons, "yes" . "no"!
: how can i create it!?
:
: tnx & sorry for bad English;
:
In the OnClick() of the button call the MessageDlg() function. This will return one of the ModalResult values based on which button the user clicked in the dialog.
: : i created a RadioBtn, i wanna show a confirmation when user click it!
: : like the confirmation, appears in win after deleting a file or folder!?
: : "Are u Sure?"
: : with 2 buttons, "yes" . "no"!
: : how can i create it!?
: :
: : tnx & sorry for bad English;
: :
: In the OnClick() of the button call the MessageDlg() function. This will return one of the ModalResult values based on which button the user clicked in the dialog.
:
TNX alot;
for more info, visit:
http://www.delphibasics.co.uk/RTL.asp?Name=MessageDlg