I am displaying a messageDlg confirmation screen with Yes and No buttons. Reversing the buttons in the code has no affect.
answer := messageDlg('Are you sure?', mtConfirmation, [mbYes, mbNO], 0);
Is there a way to change the default option to No without creating a custom dialog such as demonstrated here What is the best way in Delphi to show customized Message Dialogs?