RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Dialogs.mbAbortIgnore Constant

Used to define a dialog with Abort and Ignore buttons.

Pascal
mbAbortIgnore = [mbAbort, mbIgnore];
C++
mbAbortIgnore = [mbAbort, mbIgnore];

The TMsgDlgButtons type defines the set of values a button in a message box can have. mbAbortIgnore value defines a dialog with Abort and Ignore buttons. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!