RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.mrNo Constant

Indicates that No was selected in a modal dialog.

Pascal
mrNo = idNo;
C++
mrNo = idNo;

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

 

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