ConfirmNoYesWithCaption

www.kxcad.net Home > Electronic Index > Altium(Protel) Index


Your Ad Here

Declaration

Function  ConfirmNoYesWithCaption      (Caption   : TDynamicString; S : TDynamicString) : TBoolean;

Description

The ConfirmNoYesWithCaption function displays a dialog with a Caption parameter for the title bar of the dialog, and the S parameter for the message body of the dialog and has ‘Yes’ and ‘No’ buttons. This function returns a modal value, ie when the user user chose the No button an IDNo (7) is returned, or when the user chose the Yes button, an IDYES (6) value is returned

See also

ConfirmNoYes, ShowError, ShowInfo, ShowWarning procedures.

Your Ad Here