RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Dialogs.mbYesNo Constant

Used to define a dialog with Yes and No buttons.

Pascal
mbYesNo = [mbYes, mbNo];
C++
mbYesNo = [mbYes, mbNo];

Dialogs

The TMsgDlgButtons type defines the set of values a button in a message box can have. mbYesNo value defines a dialog with Yes and No buttons. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!