RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.mrYesToAll Constant

Indicates that 'Yes To All' was selected in a modal dialog.

Pascal
mrYesToAll = mrNoToAll + 1;
C++
mrYesToAll = mrNoToAll + 1;

Controls

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

 

MessageDlg 

MsgDlgBtn 

TModalResult

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