RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.mrIgnore Constant

Indicates that Ignore was selected in a modal dialog.

Pascal
mrIgnore = idIgnore;
C++
mrIgnore = idIgnore;

Controls

The MessageDlg function provides a convenient mechanism for asking the user for a decision. mrIgnore is returned TModalResult value when the MsgDlgBtn mbIgnore button was pressed. 

 

MessageDlg 

MsgDlgBtn 

TModalResult

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