RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Dialogs.mbOKCancel Constant

Used to define a dialog with OK and Cancel buttons.

Pascal
mbOKCancel = [mbOK, mbCancel];
C++
mbOKCancel = [mbOK, mbCancel];

Dialogs

The TMsgDlgButtons type defines the set of values a button in a message box can have. mbOKCancel value defines a dialog with OK and Cancel buttons. 

 

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