ConfirmOkCancelWithCaption

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


Your Ad Here

Declaration

Function  ConfirmOKCancelWithCaption   (Caption, S : TDynamicString) : Boolean;

Description

The ConfirmOkCancelWithCaption 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. This function returns a Boolean value. Since there are ‘OK’ and ‘Cancel’ buttons, if you pressed the OK button, the functions returns a true value, otherwise the function returns a false value

See also

ConfirmNoYes, ShowError, ShowInfo, ShowWarning procedures.

Your Ad Here