RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Dialogs.mbAbortRetryIgnore Constant

Used to define a dialog with Abort, Retry and Ignore buttons.

Pascal
mbAbortRetryIgnore = [mbAbort, mbRetry, mbIgnore];
C++
mbAbortRetryIgnore = [mbAbort, mbRetry, mbIgnore];

Dialogs

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

 

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