RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.mrAbort Constant

Indicates that Abort was selected in a modal dialog.

Pascal
mrAbort = idAbort;
C++
mrAbort = idAbort;

The MessageDlg function provides a convenient mechanism for asking the user for a decision. mrAbort is the returned TModalResult value when the TMsgDlgBtn mbAbort button was pressed. 

 

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